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:
3333 NIGHTLY_UPLOAD=0
3434
3535before_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 &&
3737 chmod +x ./premake5 &&
3838 ./premake5 gmake &&
3939 cd Build
@@ -47,7 +47,7 @@ after_success:
4747 ./premake5 install_data &&
4848 ./premake5 compose_files &&
4949 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 build_upload=@Artifact.zip 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 build_upload=@Artifact.zip https://nightlytest.mtasa.com/api/upload"
5151
5252notifications :
5353 irc :
You can’t perform that action at this time.
0 commit comments