Skip to content

Commit

Permalink
fixed incorrect vars
Browse files Browse the repository at this point in the history
  • Loading branch information
djcass44 committed May 11, 2023
1 parent d139476 commit b3a3204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ prepare index:
- cd operator/
- |
if [ -z ${FIRST_RUN+x} ]; then
opm index add --bundles "$CI_REGISTRY_IMAGE/bundle:$CNB_TAGS" --from-index "$CI_REGISTRY_IMAGE/index:main" --mode replaces --generate
opm index add --bundles "$CI_REGISTRY_IMAGE/bundle:$VERSION" --from-index "$CI_REGISTRY_IMAGE/index:main" --mode replaces --generate
else
opm index add --bundles "$CI_REGISTRY_IMAGE/bundle:$CNB_TAGS" --mode semver-skippatch --generate
opm index add --bundles "$CI_REGISTRY_IMAGE/bundle:$VERSION" --mode semver-skippatch --generate
fi
artifacts:
paths:
Expand Down

0 comments on commit b3a3204

Please sign in to comment.