From 139aad946f0d2e3a0e17f3ab28559fa234f62e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Bojanowski?= <bartlomiej.piotr.bojanowski@gmail.com> Date: Tue, 24 Oct 2023 08:26:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14fbbef..f9cf098 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: - check_style - test - build - - build_clarin_json + - build_develop before_script: - pip install tox==4.5.1 @@ -44,10 +44,10 @@ build_image: - docker image tag $DOCKERHUB_NAME $CI_REGISTRY_IMAGE:latest - docker push $CI_REGISTRY_IMAGE -build_clarin_json: - only: - - clarin_json_support - stage: build_clarin_json +build_develop: + except: + - master + stage: build_develop image: docker:18.09.7 services: - 'docker:18.09.7-dind' @@ -56,4 +56,4 @@ build_clarin_json: script: - docker build -t $CI_REGISTRY_IMAGE:clarin-json . - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - - docker push $CI_REGISTRY_IMAGE:clarin-json \ No newline at end of file + - docker push $CI_REGISTRY_IMAGE:clarin-json -- GitLab