mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
scripts: Ensure container image repo variable is set
This commit is contained in:
parent
553e6e096f
commit
7ea2a72522
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ if [[ "${TRAVIS_PULL_REQUEST}" != "false" ]]; then
|
|||
fi
|
||||
|
||||
# Push to Quay '-dev' repo if not a git tag or master branch build
|
||||
export REPO="quay.io/coreos/prometheus-operator"
|
||||
export REPO_PROMETHEUS_CONFIG_RELOADER="quay.io/coreos/prometheus-config-reloader"
|
||||
if [[ "${TRAVIS_TAG}" == "" ]] && [[ "${TRAVIS_BRANCH}" != master ]]; then
|
||||
export REPO="quay.io/coreos/prometheus-operator-dev"
|
||||
export REPO_PROMETHEUS_CONFIG_RELOADER="quay.io/coreos/prometheus-config-reloader-dev"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue