This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
samp-test
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Update .gitlab-ci.yml
master
Niels Peretzke
5 years ago
parent
37309f21c5
commit
50deec88e4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.gitlab-ci.yml
+ 1
- 1
.gitlab-ci.yml
View File
@ -9,7 +9,7 @@ build1:
script:
-
~/pawncc gamemodes/gamemode.pwn -iinclude "-;+" -v2 -d3 -Z+
-
cp ./gamemode.amx ~/server/gamemodes
-
~/rcon/rcon -h 127.0.0.1 -P 7777 -p
"
$RCON_PASSWORD
"
-c gmx
-
~/rcon/rcon -h 127.0.0.1 -P 7777 -p $RCON_PASSWORD -c gmx
artifacts:
paths:
-
./gamemode.amx
Write
Preview
Loading…
Cancel
Save