Skip to content

Commit

Permalink
Don't wait for builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mheffner committed Nov 4, 2019
1 parent 734c14b commit 2833fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ script:
after_success:
- pip install copr-cli simplejson
- openssl aes-256-cbc -K $encrypted_334267c9f3a5_key -iv $encrypted_334267c9f3a5_iv -in .copr.config.enc -out .copr.config -d
- if [ ! -z "${TRAVIS_TAG}" ]; then copr-cli --config .copr.config build -r ${OS_DIST}-${OS_VERSION}-${OS_ARCH} ${COPR_REPOSITORY} *.src.rpm; fi
- if [ ! -z "${TRAVIS_TAG}" ]; then copr-cli --config .copr.config build --nowait -r ${OS_DIST}-${OS_VERSION}-${OS_ARCH} ${COPR_REPOSITORY} *.src.rpm; fi

0 comments on commit 2833fa8

Please sign in to comment.