Skip to content
Snippets Groups Projects

Rename docker containers

Merged Yoann Schneider requested to merge rename-containers into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -10,7 +10,7 @@ include:
- template: 'Workflows/Branch-Pipelines.gitlab-ci.yml'
variables:
VERSION: $CI_COMMIT_SHA
VERSION: commit-$CI_COMMIT_SHORT_SHA
test:
image: python:3.11-slim
Loading