diff options
Diffstat (limited to '.ci/scripts/common/pre-upload.sh')
| -rw-r--r-- | .ci/scripts/common/pre-upload.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/common/pre-upload.sh b/.ci/scripts/common/pre-upload.sh index 705362a3c..3583f9840 100644 --- a/.ci/scripts/common/pre-upload.sh +++ b/.ci/scripts/common/pre-upload.sh | |||
| @@ -5,6 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`" | 6 | GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`" |
| 7 | GITREV="`git show -s --format='%h'`" | 7 | GITREV="`git show -s --format='%h'`" |
| 8 | ARTIFACTS_DIR="artifacts" | 8 | ARTIFACTS_DIR="$PWD/artifacts" |
| 9 | 9 | ||
| 10 | mkdir -p "${ARTIFACTS_DIR}/" | 10 | mkdir -p "${ARTIFACTS_DIR}/" |