Skip to content
Snippets Groups Projects
Commit 7ccdbee5 authored by Lennart Kramer's avatar Lennart Kramer
Browse files

Specific version when tagged, :dev otherwise

parent 2a050c3c
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ stages: ...@@ -5,7 +5,7 @@ stages:
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
REGISTRY: "172.30.190.249:5000" REGISTRY: "registry:5000"
# gitlab ci script taken from https://gist.github.com/danielneis/5c6140ec8150c6151a54bccd26950278 # gitlab ci script taken from https://gist.github.com/danielneis/5c6140ec8150c6151a54bccd26950278
...@@ -31,9 +31,6 @@ build_webservice: ...@@ -31,9 +31,6 @@ build_webservice:
- docker - docker
script: script:
- ./build.sh "$REGISTRY" "$CI_COMMIT_TAG" - ./build.sh "$REGISTRY" "$CI_COMMIT_TAG"
only:
- tags
test_maxima: test_maxima:
image: "$REGISTRY/moodle-ci-stack" image: "$REGISTRY/moodle-ci-stack"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment