Ver código fonte

Update .gitlab-ci.yml

master
Felix Brendel 6 anos atrás
pai
commit
73f26a7350
1 arquivos alterados com 4 adições e 1 exclusões
  1. +4
    -1
      .gitlab-ci.yml

+ 4
- 1
.gitlab-ci.yml Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar