From dba77a315b25dcb800ed19412b9784a3e7dd69ec Mon Sep 17 00:00:00 2001 From: Andreas Hasenkopf Date: Mon, 28 Dec 2020 09:22:23 +0100 Subject: [PATCH] CI pipeline: Skip cleanup prior to deployment Deployment via Travis CI failed due an error during cleanup (#884): `Could not restore untracked files from stash entry` Disabling the cleanup fixes this problem. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8f61c2fb..38070b34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,8 @@ before_deploy: - rm -rf $TRAVIS_BUILD_DIR/dist/* deploy: provider: pypi + skip_existing: true + skip_cleanup: true user: suse password: secure: R4+YNPW2tsiY06hibGvONYn0//1z1QdcY8VmNbYpIRly4eTAbPE9uejKpyuflUkznpEkoqCdFzi5FNFhgat9N+AkIKyX9NTkf0oxaKKbdqBM7H1V8bqLYlAO479262spRyO0ee5fV5v6g81AFjncIV+pGjtQ0Vg/sjVcvGa61bs=