Skip to content

Update .gitlab-ci.yml

Marcos Huck requested to merge feature/cicd_tags into develop

Related tasks

Context

The GitLab CI/CD manifest has tags to determine in which cluster and environment should run each deployment job. The SubT staging environment is missing a tag, leading into a situation where the OSRF staging cluster will also be able to launch a deployment that was meant for the SubT environment.

Change

Implement a tag depending on the account we want to deploy to:

  • OSRF: osrf.
  • SubT: subt.

Other information

Additional documentation

Edited by Marcos Huck

Merge request reports