Skip to content

Commit

Permalink
Merge remote-tracking branch 'mal/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
cskarby committed Sep 30, 2024
2 parents f53bd76 + 7f2b44e commit d98a356
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ stages:
- build
- scanimage
- testapi
- release

default:
image:
Expand Down Expand Up @@ -154,3 +155,16 @@ testapi:
- docker run --tty=true --network=host --rm $VALIDATOR_IMAGE --openapi http://localhost:5000/api --url http://localhost:5000
dependencies:
- build_image

tjenester/edrisobaric:
stage: release
rules:
- if: $CI_COMMIT_TAG
dependencies:
- testapi
variables:
UPSTREAM_CI_COMMIT_SHA: "${CI_COMMIT_SHA}"
UPSTREAM_CI_PROJECT_PATH: "${CI_PROJECT_PATH}"
UPSTREAM_CI_PROJECT_URL: "${CI_PROJECT_URL}"
UPSTREAM_IMAGES: "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
trigger: tjenester/edrisobaric

0 comments on commit d98a356

Please sign in to comment.