From: Julien Tanguy Date: Sat, 5 Sep 2015 00:40:37 +0000 (+0200) Subject: Fix typo in secure var X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=15b8a37d5030deaa7625d6c9a62671a8368e5a78;p=github%2Ffretlink%2Fhmacaroons.git Fix typo in secure var --- diff --git a/.travis.yml b/.travis.yml index 6d0e226..6866f86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ matrix: env: global: - GH_REF: github.com/jtanguy/hmacaroons.git - - secure: "ITyaZaTiQFOUQFN24wFWuo5sYuVJg6UQSJd28NpGdCJS9NOMk2ijZfDpY05+dug9TacmiALZ5Lt3Xlcx0pJSRkpYbG0AaB1k/52/D2LtOF13fDPAxHNbfvBRiUS4hk2LBl3SQFimYoTRNA/ssXvgjwehTB4ytkPgkLZu3rODin8=" + - secure: "cpcJvp233pVNy05VeWgzUEw1xYCekk1xT1x2grzhUx8mpCqXZda+Xbu76QCqLSESPgc8Q39m6bR8c+oLkbgRM1U+hR91+2sccKaP9cLTad0yoPRdm6qDB96mzLcEX+yl22GVVzSg20AZx0B9edIT9z7pnEVMJV4iDwhsx/p5Uas=" before_install: - unset CC diff --git a/scripts/pushdoc.sh b/scripts/pushdoc.sh index ddab752..bea97f0 100644 --- a/scripts/pushdoc.sh +++ b/scripts/pushdoc.sh @@ -19,6 +19,7 @@ git commit -m "Deploy to GitHub Pages" # repo's gh-pages branch. (All previous history on the gh-pages branch # will be lost, since we are overwriting it.) We redirect any output to # /dev/null to hide any sensitive credential data that might otherwise be exposed. +echo "Pushing haddock to gh-pages" git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:gh-pages > /dev/null 2>&1 popd