Skip to content

Commit

Permalink
Typo in .publish.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
yjacolin committed Apr 9, 2016
1 parent ee4be0b commit 40d896e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .publish.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e
# Setup login
mkdir ${HOME}/.docker
openssl aes-256-cbc -K $encrypted_b6863b582c7b_key -iv $encrypted_b6863b582c7b_iv -in config.json.enc -out ${HOME}\.docker/config.json -d
mkdir ${HOME}\/.docker
openssl aes-256-cbc -K $encrypted_b6863b582c7b_key -iv $encrypted_b6863b582c7b_iv -in config.json.enc -out ${HOME}\/.docker/config.json -d
if [ "$TRAVIS_BRANCH" == "master" ]; then
echo "Deploying image to docker hub for master (latest)"
docker push "yjacolin/mapcache:latest"
Expand Down

0 comments on commit 40d896e

Please sign in to comment.