We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e4b34 commit 444c948Copy full SHA for 444c948
.ci/upload_docs.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -e # Exit with nonzero exit code if anything fails
3
-
+set -vx
4
SOURCE_BRANCH="master"
5
TARGET_BRANCH="gh-pages"
6
@@ -20,7 +20,7 @@ SHA=`git rev-parse --verify HEAD`
20
cd bin.SCons
21
git init
22
git config user.name "Travis CI"
23
-git config user.email "$COMMIT_AUTHOR_EMAIL"
+git config user.email "travis-ci"
24
25
# Make sure 'GH_TOKEN' is set (as 'secure' variable) in .travis.yml
26
git remote add upstream "https://$GH_TOKEN@github.com/boostorg/python.git"
0 commit comments