We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8beac5f commit 20edd5fCopy full SHA for 20edd5f
config/README.md
@@ -3,5 +3,4 @@
3
Please create a file *environment* that contains your configuration
4
5
set -xg DOWNLOAD_SYNC_USER=username:password
6
- set -xg COMMUNITY_DOWNLOAD_LINK "https://community.arangodb.com"
7
- set -xg ENTERPRISE_DOWNLOAD_LINK "https://enterprise.arangodb.com"
+ set -xg ENTERPRISE_DOWNLOAD_KEY "download-key"
jenkins/nightlyPackages.fish
@@ -4,6 +4,7 @@ source jenkins/helper.jenkins.fish ; prepareOskar
lockDirectory ; updateOskar ; clearResults
switchBranches $ARANGODB_BRANCH $ENTERPRISE_BRANCH true
+and setNightlyRelease
8
and makeRelease
9
10
set -l s $status
0 commit comments