Skip to content

Commit e4d0997

Browse files
committed
Auto merge of #4865 - phansch:fix_master_deployment, r=llogiq
Fix master deployment It was failing because it could not find `.github/deploy_key.enc` in the current directory (`./out`). Switching to the previous directory should fix the deployment and the master build. Example Travis log: https://travis-ci.com/rust-lang/rust-clippy/jobs/261688169#L1900 changelog: none cc @lzutao
2 parents 0e66a78 + 403b9c6 commit e4d0997

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ if git diff --exit-code --quiet; then
6060
echo "No changes to the output on this push; exiting."
6161
exit 0
6262
fi
63+
cd -
6364

6465
# Get the deploy key by using Travis's stored variables to decrypt deploy_key.enc
6566
ENCRYPTION_LABEL=e3a2d77100be

0 commit comments

Comments
 (0)