mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
test: change integration test docker tag
This commit is contained in:
committed by
Rainer Killinger
parent
de60311bd0
commit
650b5c1ed3
@@ -37,7 +37,7 @@ integration:
|
|||||||
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
|
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
|
||||||
- docker-compose -f integration-test.yml pull && docker-compose -f integration-test.yml up --abort-on-container-exit --exit-code-from apicli
|
- docker-compose -f integration-test.yml pull && docker-compose -f integration-test.yml up --abort-on-container-exit --exit-code-from apicli
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- gitlab-org-docker
|
||||||
|
|
||||||
audit:
|
audit:
|
||||||
stage: audit
|
stage: audit
|
||||||
@@ -104,7 +104,7 @@ ci:
|
|||||||
only:
|
only:
|
||||||
- /(^v[0-9]+\.[0-9]+\.[0-9]+$|^master$|^develop$)/
|
- /(^v[0-9]+\.[0-9]+\.[0-9]+$|^master$|^develop$)/
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- gitlab-org-docker
|
||||||
|
|
||||||
.publish_template_manual: &publish_template_manual
|
.publish_template_manual: &publish_template_manual
|
||||||
image: registry.gitlab.com/openstapps/projectmanagement/builder
|
image: registry.gitlab.com/openstapps/projectmanagement/builder
|
||||||
@@ -128,7 +128,7 @@ ci:
|
|||||||
- branches
|
- branches
|
||||||
when: manual
|
when: manual
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- gitlab-org-docker
|
||||||
|
|
||||||
|
|
||||||
# Anchor templates for custom build processes
|
# Anchor templates for custom build processes
|
||||||
@@ -138,14 +138,14 @@ ci:
|
|||||||
# - npm install "@stapps/b-tu-tickets@0.13.1"
|
# - npm install "@stapps/b-tu-tickets@0.13.1"
|
||||||
# - npm install "@stapps/b-tu-isbn-availability@0.13.1"
|
# - npm install "@stapps/b-tu-isbn-availability@0.13.1"
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- gitlab-org-docker
|
||||||
|
|
||||||
.build_template_f-u: &build_template_f-u
|
.build_template_f-u: &build_template_f-u
|
||||||
# before_script:
|
# before_script:
|
||||||
# - npm install "git+ssh://git@gitlab.tubit.tu-berlin.de:stapps-f-u/feedback.git#1.0.0"
|
# - npm install "git+ssh://git@gitlab.tubit.tu-berlin.de:stapps-f-u/feedback.git#1.0.0"
|
||||||
# - npm install "git+ssh://git@gitlab.tubit.tu-berlin.de:stapps-f-u/dish-feedback.git#1.0.0"
|
# - npm install "git+ssh://git@gitlab.tubit.tu-berlin.de:stapps-f-u/dish-feedback.git#1.0.0"
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- gitlab-org-docker
|
||||||
|
|
||||||
|
|
||||||
# Jobs joining anchor templates with automatic publishing behaviour
|
# Jobs joining anchor templates with automatic publishing behaviour
|
||||||
|
|||||||
Reference in New Issue
Block a user