fix(templateTaskGenerator): Исправление ошибки в yml файле CI/CD
This commit is contained in:
@@ -747,7 +747,7 @@ prod_template_task_generator_deploy:
|
||||
script:
|
||||
- IMAGE_VERSION=$(echo $CI_COMMIT_TAG | sed 's/ttg/v/g')
|
||||
- docker login -u $HARBOR_PULL_USER -p $HARBOR_PULL_PASS $REPO
|
||||
- tag=$IMAGE_VERSION docker stack deploy -c docker-compose.template-task-enerator.yml parr-template-task-generator --with-registry-auth
|
||||
- tag=$IMAGE_VERSION docker stack deploy -c docker-compose.template-task-generator.yml parr-template-task-generator --with-registry-auth
|
||||
parallel:
|
||||
matrix:
|
||||
- RUNNER: shell-api-swarm-01
|
||||
|
||||
Reference in New Issue
Block a user