Skip to content

Commit

Permalink
Changed location of downloaded sylph artifacts
Browse files Browse the repository at this point in the history
Former-commit-id: 423d750
  • Loading branch information
mmcc007 committed Jun 22, 2019
1 parent 233a191 commit f9e851b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# publish artifacts to GitHub
before_deploy:
# bundle artifacts for publishing
- zip -r /tmp/sylph_artifacts.zip ~/sylph_artifacts
- zip -r /tmp/sylph_artifacts.zip /tmp/sylph_artifacts
deploy:
provider: releases
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion example/sylph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ default_job_timeout: 7 # minutes, set at project creation

tmp_dir: /tmp/sylph

artifacts_dir: ~/sylph_artifacts
artifacts_dir: /tmp/sylph_artifacts

device_pools:

Expand Down

0 comments on commit f9e851b

Please # to comment.