Skip to content

Commit dd45e0d

Browse files
author
Jason Mobarak
committed
Bugs
1 parent bc1a3bf commit dd45e0d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pull_ccache.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
set -euo pipefail
1414
IFS=$'\n\t'
1515

16+
DOCKER_NAMETAG=$(cat docker_nametag)
17+
1618
while [[ $# -gt 0 ]]; do
1719
case $1 in
1820

s3_download.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -xe
1818
REPO="${PWD##*/}"
1919
BUCKET="${BUCKET:-llvm-obfuscator-arm}"
2020

21-
BUILD_VERSION="$(describe_repo.bash)"
21+
BUILD_VERSION="$(./describe_repo.bash)"
2222
BUILD_PATH="$REPO/$BUILD_VERSION"
2323
if [[ ! -z "$PRODUCT_VERSION" ]]; then
2424
BUILD_PATH="$BUILD_PATH/$PRODUCT_VERSION"

0 commit comments

Comments
 (0)