summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Salvador Cuñat <salvador.cunat@gmail.com>2018-10-15 00:37:54 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-15 06:35:14 -0400
commit604d563a87af40e58b2f488c373fa9e873403a39 (patch)
tree3233834c9365216f9da868f1c8a1626c48a9ceda /scripts
parent639388e2d8877c4f177ff3a0bbb2706170e091a8 (diff)
downloadsubsurface-604d563a87af40e58b2f488c373fa9e873403a39.tar.gz
Fix after_success.sh for windows container build
Ooops. Forgot to fix this before sent the patches, as this part doesn't works on my travis builds. Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/windows-container/after_success.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/windows-container/after_success.sh b/scripts/windows-container/after_success.sh
index f8b32361d..f169b4a0a 100644
--- a/scripts/windows-container/after_success.sh
+++ b/scripts/windows-container/after_success.sh
@@ -25,5 +25,4 @@ wget -c https://raw.githubusercontent.com/dirkhh/uploadtool/master/upload.sh
bash ./upload.sh ${TRAVIS_BUILD_DIR}/../win32/subsurface/subsurface*.exe*
# upload smtk2ssrf
-cd ${TRAVIS_BUILD_DIR}/../win32/smtk-import
-bash ../subsurface/upload.sh smtk2ssrf*.exe*
+bash ./upload.sh ${TRAVIS_BUILD_DIR}/../win32/smtk-import/smtk2ssrf*.exe*