We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f6bf1 commit 0a62e6aCopy full SHA for 0a62e6a
.circleci/base_config.yml
@@ -168,7 +168,8 @@ commands:
168
- run:
169
name: Create archive of compiled instance
170
command: |
171
- wget -O build/bin/arangodb https://github.com/arangodb-helper/arangodb/releases/download/0.15.8/arangodb-linux-amd64
+ STARTER_VERSION=$(awk -F\" '/^STARTER_REV/ {print $2}' VERSIONS)
172
+ curl -L -o build/bin/arangodb "https://github.com/arangodb-helper/arangodb/releases/download/$STARTER_VERSION/arangodb-linux-amd64"
173
chmod +x build/bin/arangodb
174
tar -czf install.tar.gz build/ scripts/ js/ etc/ utils/ enterprise/
175
0 commit comments