Commit 29639431 authored by Lukas Eipert's avatar Lukas Eipert

Resolve conflicts in `.gitlab-ci.yml`

parent 5667c061
...@@ -423,18 +423,14 @@ review-docs-cleanup: ...@@ -423,18 +423,14 @@ review-docs-cleanup:
# Trigger a docker image build in CNG (Cloud Native GitLab) repository # Trigger a docker image build in CNG (Cloud Native GitLab) repository
# #
cloud-native-image: cloud-native-image:
stage: test
image: ruby:2.4-alpine image: ruby:2.4-alpine
before_script: [] before_script: []
<<<<<<< HEAD
=======
dependencies: [] dependencies: []
stage: test stage: test
>>>>>>> upstream/master
allow_failure: true allow_failure: true
cache: {}
variables: variables:
GIT_DEPTH: "1" GIT_DEPTH: "1"
cache: {}
script: script:
- gem install gitlab --no-document - gem install gitlab --no-document
- CNG_PROJECT_PATH="gitlab-org/build/CNG" BUILD_TRIGGER_TOKEN=$CI_JOB_TOKEN ./scripts/trigger-build cng - CNG_PROJECT_PATH="gitlab-org/build/CNG" BUILD_TRIGGER_TOKEN=$CI_JOB_TOKEN ./scripts/trigger-build cng
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment