File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ matrix:
33
33
NIGHTLY_UPLOAD=0
34
34
35
35
before_script :
36
- - wget https://mirror.mtasa.com/bdata/premake5-travis -v -O ./premake5 &&
36
+ - wget https://mirror.mtasa.com/bdata/premake5-travis -4 -O ./premake5 &&
37
37
chmod +x ./premake5 &&
38
38
./premake5 gmake &&
39
39
cd Build
@@ -47,7 +47,7 @@ after_success:
47
47
./premake5 install_data &&
48
48
./premake5 compose_files &&
49
49
zip -r Artifact.zip InstallFiles/ &&
50
- curl -i -F \" branch_name=$TRAVIS_BRANCH\" -F \" commit_hash=$TRAVIS_COMMIT\" -F \" commit_title=$(git log -1 --pretty=%B)\" -F build_type=linux64 -F \" secret=$UPLOAD_SECRET\" -F [email protected] https://nightlytest.mtasa.com/api/upload"
50
+ curl -i -4 - F \" branch_name=$TRAVIS_BRANCH\" -F \" commit_hash=$TRAVIS_COMMIT\" -F \" commit_title=$(git log -1 --pretty=%B)\" -F build_type=linux64 -F \" secret=$UPLOAD_SECRET\" -F [email protected] https://nightlytest.mtasa.com/api/upload"
51
51
52
52
notifications :
53
53
irc :
You can’t perform that action at this time.
0 commit comments