Skip to content

Commit 7ba8dab

Browse files
Fix script deploy syntax
1 parent ef51703 commit 7ba8dab

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.travis.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,7 @@ deploy:
6868
- master
6969
- provider: script
7070
skip_cleanup: true
71-
script:
72-
- cd ..
73-
- cd ..
74-
- ls -l
75-
- .\scs3-win.exe upload .\src\Release\csharp-module.dll coreclr-module/x64_win32/csharp-module.dll
71+
script: ls -l && cd .. && cd .. && ls -l && .\scs3-win.exe upload .\src\Release\csharp-module.dll coreclr-module/x64_win32/csharp-module.dll
7672
on:
7773
repo: FabianTerhorst/coreclr-module
7874
condition: "$TRAVIS_OS_NAME = windows"
@@ -82,10 +78,7 @@ deploy:
8278
- master
8379
- provider: script
8480
skip_cleanup: true
85-
script:
86-
- cd ..
87-
- ls -l
88-
- .\scs3-linux upload ./src/libcsharp-module.so coreclr-module/x64_linux/libcsharp-module.so
81+
script: ls -l && cd .. && ls -l && .\scs3-linux upload ./src/libcsharp-module.so coreclr-module/x64_linux/libcsharp-module.so
8982
on:
9083
repo: FabianTerhorst/coreclr-module
9184
condition: "$TRAVIS_OS_NAME = linux"

0 commit comments

Comments
 (0)