Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
fix trigger jobs to correctly get and run run version_lookup.py #13
Conversation
powersj
merged commit 0fbadbd
into
canonical-server:master
Oct 18, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
smoser commentedOct 18, 2017
The trigger jobs were not working correctly.
The version_lookup was not actually downloaded..
The change here is to:
a.) download the file
b.) run with 'set -e' so we fail on failure.