Skip to content

Commit

Permalink
Pass the travis build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
d0ugal committed Oct 5, 2018
1 parent ed1e069 commit 1fa1586
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 @@ -37,4 +37,4 @@ jobs:
- stage: release
script:
- echo "$DOCKER_PASSWORD" | docker login -u ${DOCKER_USERNAME} --password-stdin
- bash scripts/docker-build.sh
- bash scripts/docker-build.sh ${TRAVIS_BUILD_DIR}
2 changes: 1 addition & 1 deletion dropbox-upload/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dropbox Upload",
"version": "1.0",
"version": "1.0.1",
"slug": "dropbox_upload",
"description": "Upload snapshots to Dropbox!",
"startup": "application",
Expand Down

0 comments on commit 1fa1586

Please sign in to comment.