Skip to content

Commit

Permalink
use clearer parameters name
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi committed Dec 4, 2020
1 parent 6feaba9 commit d0f64e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/upload_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ then

sudo mv build-${ARCH}/android-build/build/outputs/apk/release/android-build-release-signed.apk /tmp/${FILENAME}
echo "${S3CFG}" > ~/.s3cfg
s3cmd put -P /tmp/${FILENAME} s3://qfieldapks/ci-builds/${FILENAME}
s3cmd put --acl-public /tmp/${FILENAME} s3://qfieldapks/ci-builds/${FILENAME}
echo -e "\e[31Uploaded to https://sos-ch-dk-2.exo.io/qfieldapks/ci-builds/${FILENAME} \e[0m"
else
echo -e "Not uploading artifacts ..."
Expand Down

0 comments on commit d0f64e1

Please sign in to comment.