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 bc1a3bf commit dd45e0dCopy full SHA for dd45e0d
pull_ccache.bash
@@ -13,6 +13,8 @@
13
set -euo pipefail
14
IFS=$'\n\t'
15
16
+DOCKER_NAMETAG=$(cat docker_nametag)
17
+
18
while [[ $# -gt 0 ]]; do
19
case $1 in
20
s3_download.bash
@@ -18,7 +18,7 @@ set -xe
REPO="${PWD##*/}"
BUCKET="${BUCKET:-llvm-obfuscator-arm}"
21
-BUILD_VERSION="$(describe_repo.bash)"
+BUILD_VERSION="$(./describe_repo.bash)"
22
BUILD_PATH="$REPO/$BUILD_VERSION"
23
if [[ ! -z "$PRODUCT_VERSION" ]]; then
24
BUILD_PATH="$BUILD_PATH/$PRODUCT_VERSION"
0 commit comments