Skip to content
Snippets Groups Projects

Merging final pip in main

Closed Isabelle Josephine Karal requested to merge s91190/app-service:stable into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -45,7 +45,7 @@ job_test:
job_release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest #https://docs.gitlab.com/ee/user/project/releases/release_cicd_examples.html
image: ubuntu:22.04
rules:
- if: $CI_COMMIT_BRANCH == "stable" || $CI_COMMIT_REF_NAME =~ /stable/ #https://docs.gitlab.com/ee/ci/variables/predefined_variables.html, https://docs.gitlab.com/ee/ci/yaml/#workflow
when: always
Loading