Skip to content

Commit

Permalink
fix: add promote
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Mar 29, 2022
1 parent 32fbbc0 commit 4cbf4c6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ set +x

# check if a specific override has been defined in the api
case "$BUILD_TYPE" in
promote)
;;
branch)
if [ "${ENVIRONMENT_TYPE}" == "development" ]; then
# check if the API defined variable LAGOON_BACKUP_DEV_RETENTION contains what is needed
Expand Down Expand Up @@ -97,6 +99,8 @@ fi

# check if a specific override has been defined in the api
case "$BUILD_TYPE" in
promote)
;;
branch)
if [ "${ENVIRONMENT_TYPE}" == "development" ]; then
# check if the API defined variable LAGOON_BACKUP_DEV_SCHEDULE contains what is needed
Expand Down

0 comments on commit 4cbf4c6

Please sign in to comment.