Skip to content

Commit

Permalink
Merge cec8858 into 4d1a25d
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrizza committed Jun 21, 2019
2 parents 4d1a25d + cec8858 commit 8d7ec6f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions run_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@
echo "Running integration tests triggered by $TRAVIS_EVENT_TYPE..."

pytest tests/integration/test_verify.py

# only runs if the Travis build is triggered by a cronjob, or
# $QUAY_NAMESPACE and $QUAY_ACCESS_TOKEN is set locally
if [[ $TRAVIS_EVENT_TYPE == 'cron' ]] || (! [[ -z $QUAY_NAMESPACE ]] && ! [[ -z $QUAY_ACCESS_TOKEN ]]); then
pytest tests/integration/test_push.py
fi

0 comments on commit 8d7ec6f

Please sign in to comment.