Skip to content

Commit

Permalink
Merge pull request #10 from RedHatGov/fix_tagging
Browse files Browse the repository at this point in the history
Fix tagging
  • Loading branch information
jharmison-redhat authored Sep 18, 2020
2 parents f382aa6 + 7dc39a7 commit 9a3c2a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ script:
- KUSTOMIZE_PATH=${KUSTOMIZE} TEST_OPERATOR_NAMESPACE=default molecule test -s kind-namespace
deploy:
- provider: script
script: hack/operate.sh --push-images --bundle --extra-tag=develop --verbose --formatter
script: hack/operate.sh --push-images --bundle --version=develop --verbose --formatter
on:
branch: develop
- provider: script
Expand Down
2 changes: 1 addition & 1 deletion hack/operate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ OPTIONS
-t |--extra-tag=TAG As well as SEMVER, also publish a version
tagged as TAG.
--bundle Build and publish an OLM bundle to the tag
at ${IMG}-bundle:${SEMVER}
at ${IMG}-bundle:${VERSION}
NOTE: If you run with `--push-images` and `--bundle`, no installation will be
attempted as this combination is intended for CI. Other options will still
Expand Down

0 comments on commit 9a3c2a7

Please sign in to comment.