We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c3ffe commit bc4a5b9Copy full SHA for bc4a5b9
buildScripts/travis/build_installer.sh
@@ -30,11 +30,11 @@ then
30
"
31
fi
32
33
- $EXECUTOR bash -ic "\
34
- echo Start build installer \
35
- && installer/build-trik-studio.sh $QTBIN $QTIFWBIN . \
36
- && mv installer/trik-studio*installer* installer/$TSNAME \
37
- && sshpass -p $password rsync -avze 'ssh -o StrictHostKeyChecking=no' installer/$TSNAME $username@$server:dl/ts/fresh/installer/ \
38
- || false \
39
-"
+# $EXECUTOR bash -ic "\
+# echo Start build installer \
+# && installer/build-trik-studio.sh $QTBIN $QTIFWBIN . \
+# && mv installer/trik-studio*installer* installer/$TSNAME \
+# && sshpass -p $password rsync -avze 'ssh -o StrictHostKeyChecking=no' installer/$TSNAME $username@$server:dl/ts/fresh/installer/ \
+# || false \
+#"
40
0 commit comments