Skip to content
Snippets Groups Projects

Use config package to handle all controller configurations

Merged Ghost User requested to merge istaester/provide-config-package into develop
Compare and
13 files
+ 233
119
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -23,7 +23,7 @@ build-docker:
@@ -23,7 +23,7 @@ build-docker:
- when: always
- when: always
- variables:
- variables:
TAG: $CI_COMMIT_SHA
TAG: $CI_COMMIT_SHA
script:
script:
# replace all slashes in the tag with hyphen, because slashes are not allowed in tags
# replace all slashes in the tag with hyphen, because slashes are not allowed in tags
- TAG=${TAG//\//-}
- TAG=${TAG//\//-}
Loading