Skip to content

Commit

Permalink
Bundle artifacts with relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcc007 committed Mar 17, 2019
1 parent e7b89da commit dc7caca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:

script:
- cd example; sylph
# bundle artifacts for later deploy
- tar cvzf /tmp/sylph-artifacts.tar.gz /tmp/sylph/artifacts
# bundle artifacts for deploy
- tar cvzf /tmp/sylph-artifacts.tar.gz -C /tmp sylph/artifacts

# deploy artifacts
deploy:
Expand Down

0 comments on commit dc7caca

Please # to comment.