Skip to content
Snippets Groups Projects
Commit a475e45a authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Limit docker build step

parent 27ffa16f
Branches
No related tags found
1 merge request!69Change the name of the pre-calibrated output MS
Pipeline #347 canceled
...@@ -21,6 +21,9 @@ after_script: ...@@ -21,6 +21,9 @@ after_script:
build_docker: build_docker:
image: docker:latest image: docker:latest
stage: build_docker stage: build_docker
only:
- tags
- master
script: script:
- apk add git subversion git-lfs bash - apk add git subversion git-lfs bash
- cd Docker - cd Docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment