Skip to content

Commit

Permalink
Pass version to rm container
Browse files Browse the repository at this point in the history
Pass the `--version` option to the release-manager container, it is
becoming required to ensure that teams version bumps do not need to wait
for the version bump within the docker image.
  • Loading branch information
Conky5 committed May 3, 2022
1 parent 2827e89 commit f0427b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/scripts/rm-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ docker run --rm \
--branch "$BRANCH" \
--commit `git rev-parse HEAD` \
--workflow "$WORKFLOW" \
--artifact-set main
--version "$VERSION" \
--artifact-set main

0 comments on commit f0427b7

Please sign in to comment.