Merge lp://staging/~sinzui/juju-ci-tools/fix-var into lp://staging/juju-ci-tools
Proposed by
Curtis Hovey
Status: | Merged |
---|---|
Merged at revision: | 960 |
Proposed branch: | lp://staging/~sinzui/juju-ci-tools/fix-var |
Merge into: | lp://staging/juju-ci-tools |
Diff against target: |
14 lines (+2/-2) 1 file modified
run-deploy-job.bash (+2/-2) |
To merge this branch: | bzr merge lp://staging/~sinzui/juju-ci-tools/fix-var |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Aaron Bentley (community) | Approve | ||
Review via email: mp+259639@code.staging.launchpad.net |
Description of the change
Use the lowercase $revision_build name for the var instead of uppercase.
The run-deploy-job script is failing
/var/
I used the uppercase name to be consistent with the revision-result job where we learned that Jenkins is not distinguishing between upper and lower cases, but in this situation lower is correct.
To post a comment you must log in.