Skip to content

Commit

Permalink
Update apps & pipelines in test installation workflow to fix errors (h…
Browse files Browse the repository at this point in the history
  • Loading branch information
zwhitfield3 authored Mar 15, 2024
1 parent de144ef commit 20665ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/postrelease/test_release
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ declare -a COMMANDS=(
"$CMD_BIN buildpacks:search ruby"
"$CMD_BIN certs --app particleboard-staging"
"$CMD_BIN ci --app particleboard-staging"
"$CMD_BIN ci --pipeline status-ui-staging"
"$CMD_BIN ci:config --pipeline status-ui-staging"
"$CMD_BIN ci --pipeline heroku-cli-test"
"$CMD_BIN ci:config --pipeline heroku-cli-test"
"$CMD_BIN clients"
"$CMD_BIN commands"
"$CMD_BIN domains --app status-ui-staging"
"$CMD_BIN drains --app heroku-cli-test-staging"
"$CMD_BIN features --app heroku-cli-test-staging"
"rm -rf ~/status-ui-staging && $CMD_BIN git:clone ~/status-ui-staging --app status-ui-staging && rm -rf ~/status-ui-staging" # `rm` used so it will always run locally
"rm -rf ~/heroku-cli-test-staging && $CMD_BIN git:clone ~/heroku-cli-test-staging --app heroku-cli-test-staging && rm -rf ~/heroku-cli-test-staging" # `rm` used so it will always run locally
"$CMD_BIN help"
"$CMD_BIN --help"
"$CMD_BIN -h"
Expand Down Expand Up @@ -71,9 +71,9 @@ declare -a COMMANDS=(
# "$CMD_BIN login"

# todo: find a way to test commands that require 2fa
# "$CMD_BIN logs --app status-ui-staging"
# "$CMD_BIN config --app status-ui-staging"
# "$CMD_BIN webhooks --app status-ui-staging"
# "$CMD_BIN logs --app heroku-cli-test-staging"
# "$CMD_BIN config --app heroku-cli-test-staging"
# "$CMD_BIN webhooks --app heroku-cli-test-staging"

for cmd in "${COMMANDS[@]}"
do
Expand Down

0 comments on commit 20665ff

Please sign in to comment.