Browse Source

Update .gitlab-ci.yml

master
Felix Brendel 6 years ago
parent
commit
73f26a7350
1 changed files with 4 additions and 1 deletions
  1. +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

Loading…
Cancel
Save