Skip to content

Commit

Permalink
ci: fix travis
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
  • Loading branch information
outscale-mgo committed Jan 2, 2020
1 parent 11a8fca commit a1125d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/deploy_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ -d "$dir/html" ] && [ -s "$dir/html/index.html" ]; then
branch: ${TRAVIS_BRANCH}
build: ${TRAVIS_BUILD_NUMBER}"
# Force push to the remote master branch.
git push --force "https://${GH_PACKETGRAPH_TOKEN}@${GH_REPO_REF}" master:master
git push --force "https://$GH_REPO_TOKEN@$GH_REPO_REF" master:master
else
echo 'Warning: No documentation (html) files have been found!' >&2
echo 'Warning: Not going to push the documentation to GitHub!' >&2
Expand Down
4 changes: 2 additions & 2 deletions tests_travis/doc_style.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

cd $TRAVIS_BUILD_DIR
git config user.name "$(GH_USER_NAME)"
git config user.email "$(USER_MAIL)"
git config user.name "$GH_USER_NAME"
git config user.email "$GH_USER_MAIL"
export LD="llvm-link"
./configure -p --with-benchmarks --with-examples

Expand Down

0 comments on commit a1125d0

Please sign in to comment.