Skip to content

Commit

Permalink
Changed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Feb 17, 2017
1 parent 90476f8 commit 3877791
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ci/create_references.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
py.test -xv --ref -k ref_grid
py.test -xv --ref tests/test_plotters.py::CombinedSimplePlotterTest2D::ref_arrowsize
10 changes: 2 additions & 8 deletions ci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,5 @@ git commit -am "Deploy from Travis build $TRAVIS_BUILD_NUMBER: Commit ${SHA} [sk

# Now that we're all set up, we can push.
set +ex
echo executing git push "https://<secure>@${REPO_NAME}" $TARGET_BRANCH
git push "https://${GH_REPO_TOKEN}@${REPO_NAME}" $TARGET_BRANCH &> tmp.txt

if [[ $? != 0 ]]; then
sed "s/${GH_REPO_TOKEN}/<secure>/" tmp.txt
fi

rm tmp.txt
echo git push "https://<secure>@${REPO_NAME}" $TARGET_BRANCH
git push "https://${GH_REPO_TOKEN}@${REPO_NAME}" $TARGET_BRANCH 2>&1 | sed -e "s/${GH_REPO_TOKEN}/<secure>/g"

0 comments on commit 3877791

Please sign in to comment.