From 7ccdbee5bc7e8734d77674c64235ef8a4b2ec51c Mon Sep 17 00:00:00 2001 From: Lennart Kramer <lennart.kramer@stud.uni-goettingen.de> Date: Fri, 10 Jul 2020 17:45:47 +0200 Subject: [PATCH] Specific version when tagged, :dev otherwise --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f75c763..b8de5ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: variables: GIT_SUBMODULE_STRATEGY: recursive - REGISTRY: "172.30.190.249:5000" + REGISTRY: "registry:5000" # gitlab ci script taken from https://gist.github.com/danielneis/5c6140ec8150c6151a54bccd26950278 @@ -31,9 +31,6 @@ build_webservice: - docker script: - ./build.sh "$REGISTRY" "$CI_COMMIT_TAG" - only: - - tags - test_maxima: image: "$REGISTRY/moodle-ci-stack" -- GitLab