Skip to content

Commit

Permalink
Switch shell debug off before accessing Snapcraft credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Jan 13, 2023
1 parent e476663 commit d439ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/snap/ci-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ if [[ ${1-} == "--dry-run" || ${CIRCLE_BRANCH-} != "master" ]]; then
git machete version
sudo snap remove git-machete
else
set +x # CircleCI should mask the secrets... still, better to err on the side of caution
export SNAPCRAFT_STORE_CREDENTIALS=$SNAPCRAFT_LOGIN_CREDENTIALS_CONTENTS_BASE64
snapcraft upload --release=stable git-machete*.snap
snapcraft status git-machete
Expand Down

0 comments on commit d439ec7

Please sign in to comment.