File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -355,15 +355,17 @@ jobs:
355
355
command : |
356
356
set -x
357
357
STARTER_REV=$(grep -Po "STARTER_REV \"\Kv\d+\.\d+\.\d+[a-z0-9-]*" VERSIONS)
358
+ RCLONE_GO=$(grep -Po "RCLONE_GO \"\K\d+\.\d+\.\d+\-[0-9a-h]+" VERSIONS)
358
359
RCLONE_VERSION=$(grep -Po "RCLONE_VERSION \"\K\d+\.\d+\.\d+" VERSIONS)
360
+ ARANGO_MAJOR_MINOR_VERSION=$(grep -Po "\K\d+\.\d+" ARANGO-VERSION)
359
361
arch="<<parameters.arch>>"
360
362
if test "$arch" == "x64"; then
361
363
arch="amd64"
362
364
fi
363
365
curl -s -L -o build/bin/arangodb "https://github.com/arangodb-helper/arangodb/releases/download/$STARTER_REV/arangodb-linux-$arch"
364
366
chmod a+x build/bin/arangodb
365
367
if [ << parameters.enterprise >> = true ]; then
366
- curl -s -L -o build/bin/rclone-arangodb "https://github.com/arangodb/oskar/raw/master/rclone/v$ RCLONE_VERSION/rclone -arangodb-linux-$arch"
368
+ curl -s -L -o build/bin/rclone-arangodb "https://github.com/arangodb/rclone-arangodb/releases/download/golang-${RCLONE_GO}/golang-${RCLONE_GO}_${ARANGO_MAJOR_MINOR_VERSION}_v${ RCLONE_VERSION}_rclone -arangodb-linux-$arch"
367
369
chmod a+x build/bin/rclone-arangodb
368
370
fi
369
371
- when :
You can’t perform that action at this time.
0 commit comments