Skip to content
Snippets Groups Projects

Resolve "When the branch name is a divider or separator, the project home page cannot display the branch name correctly."

2 unresolved threads
Compare and Show latest version
626 files
+ 7414
3888
Compare changes
  • Side-by-side
  • Inline
Files
626
cloud-native-image:
cloud-native-image:
image: ruby:2.6-alpine
image: ruby:2.6-alpine
before_script: []
dependencies: []
dependencies: []
stage: post-test
stage: post-test
allow_failure: true
allow_failure: true
variables:
variables:
GIT_DEPTH: "1"
GIT_DEPTH: "1"
cache: {}
when: manual
when: manual
script:
script:
- install_gitlab_gem
- install_gitlab_gem
- 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
only:
only:
- tags@gitlab-org/gitlab-ce
refs:
- tags@gitlab-org/gitlab-ee
- tags@gitlab-org/gitlab-ce
 
- tags@gitlab-org/gitlab-ee
Loading