fix trigger jobs to correctly get and run run version_lookup.py #13

Merged
merged 1 commit into from Oct 18, 2017

Conversation

Projects
None yet
2 participants
Contributor

smoser commented Oct 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.

fix trigger jobs to correctly get and run run version_lookup.py
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.

@powersj 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