Skip to content

Commit 55be67a

Browse files
authored
.travis.yml deploy artifact change (#75)
* .travis.yml deploy artifact change Fix for deploy artefacts missing, log says Cleaning up git repository with `git stash --all`. If you need build artifacts for deployment, set `deploy.skip_cleanup: true`. See https://docs.travis-ci.com/user/deployment#Uploading-Files-and-skip_cleanup. Saved working directory and index state WIP on (no branch): e963af6 travis fix for various ruby/gem errors on deploy (#74) mqttkdb-osx-1.4.1.tgz does not exist. * change deploy.skip_cleanup: true to skip_cleanup: true
1 parent e963af6 commit 55be67a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ deploy:
9595
token: "$GITHUB_APIKEY"
9696
file: "$FILE_NAME"
9797
dpl_version: 1.10.16
98+
skip_cleanup: true
9899
on:
99100
tags: true
100101
condition: $TRAVIS_OS_NAME = windows || $TRAVIS_OS_NAME = osx || ($TRAVIS_DIST = xenial && $TRAVIS_OS_NAME = linux)

0 commit comments

Comments
 (0)