Skip to content

Commit

Permalink
Match env lines exactly
Browse files Browse the repository at this point in the history
For artifact caching to work, env lines muyst match exactly as strings
between stages
  • Loading branch information
mihails-strasuns-sociomantic authored and Gavin Norman committed Jul 3, 2018
1 parent e70aa9d commit e8059b6
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 @@ -86,7 +86,7 @@ jobs:
"$ARTIFACTS_DIR"/*.deb
- stage: Upload Package
if: tag IS present
env: DMD=2.070.* F=production $ID
env: DMD=2.070.2.* F=production $ID
script:
# For debugging - print what packages are passed as artifacts
- ls -lah "$ARTIFACTS_DIR"
Expand Down

0 comments on commit e8059b6

Please sign in to comment.