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
.gitlab-ci.yml hinzufügen
master
Niels Peretzke
5 years ago
parent
44dcb58de6
commit
7eb850a4c5
1 changed files
with
16 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
.gitlab-ci.yml
+ 16
- 0
.gitlab-ci.yml
View File
@ -0,0 +1,16 @@
before_script:
-
echo "Before script section"
after_script:
-
echo "After script section"
build1:
stage
:
build
script:
-
echo "Do your build here"
-
ls
deploy1:
stage
:
deploy
script:
-
echo "Do your deploy here"
Write
Preview
Loading…
Cancel
Save