Skip to content

Commit

Permalink
[hot fix] Missed extra double-quote in after_success.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
leifmadsen committed Mar 13, 2020
1 parent 2d39f3f commit 5f3b1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/travis/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ chmod +x "$HOME/bin/operator-sdk"

# Push new application version, but strip the first character which is expected to be 'v'
# Why not just create tags that don't have 'v'? Because the container image versions are expected to lead with a 'v'. Fun!
CSV_VERSION="${TRAVIS_TAG:1}" "${REL}/../push_app2quay.sh""
CSV_VERSION="${TRAVIS_TAG:1}" "${REL}/../push_app2quay.sh"

0 comments on commit 5f3b1c6

Please sign in to comment.