Skip to content

Commit

Permalink
Fix gitlab-ci injector tag release on staging (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Devatoria authored Mar 12, 2020
1 parent c119051 commit 8852617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ release-injector-ref:
IMAGE_TAG: "${CI_COMMIT_TAG}"
TARGET: "injector"

release-injector-tag-prod:
release-injector-tag-staging:
extends: .release-injector-tag
variables:
ENVIRONMENT: "staging"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Add configurable metrics sync
* Fix delay not being passed to tc command builder
* Add cmd flag for metrics sink
* Fix typo in gitlab-ci config preventing tag release to be pushed on staging

0 comments on commit 8852617

Please sign in to comment.