From 604d563a87af40e58b2f488c373fa9e873403a39 Mon Sep 17 00:00:00 2001 From: Salvador Cuñat Date: Mon, 15 Oct 2018 00:37:54 +0200 Subject: Fix after_success.sh for windows container build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- scripts/windows-container/after_success.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') 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* -- cgit v1.2.3-70-g09d2