We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5fda7 commit 997fb44Copy full SHA for 997fb44
1 file changed
bin/stashcp2/tests/build_docs.sh
@@ -3,9 +3,9 @@
3
if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
4
5
openssl aes-256-cbc -K $encrypted_e92dfea3fdc7_key -iv $encrypted_e92dfea3fdc7_iv -in deploy-key.enc -out deploy-key -d
6
- chmod 600 deploy_key
+ chmod 600 deploy-key
7
eval `ssh-agent -s`
8
- ssh-add deploy_key
+ ssh-add deploy-key
9
git config user.name "Automatic Publish"
10
git config user.email "djw8605@gmail.com"
11
git remote add gh-token "git@github.com:opensciencegrid/StashCache.git"
0 commit comments