This website works better with JavaScript.
Home
Explore
Help
Sign In
felix
/
slime
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update .gitlab-ci.yml
master
Felix Brendel
6 years ago
parent
ac554fc859
commit
73f26a7350
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
.gitlab-ci.yml
+ 4
- 1
.gitlab-ci.yml
View File
@@ -4,7 +4,10 @@ stages:
build_my_stuff:
stage: build
variables:
GIT_SUBMODULE_STRATEGY: recursive
script:
- echo hello
- ./build.sh
- echo finish
- echo finish
tags: linux
Write
Preview
Loading…
Cancel
Save