Skip to content

Commit

Permalink
fix(ci): fix fly param value assignment so that `make delete-pipeli…
Browse files Browse the repository at this point in the history
…ne` works (#3031)
  • Loading branch information
geigerj0 authored Jun 18, 2024
1 parent 8e9794b commit 536f3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/delete-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -eu -o pipefail
target="app-autoscaler-release"

function delete-pipeline(){
payload=$(fly --target= "$target" pipelines --json)
payload=$(fly --target="$target" pipelines --json)

pipelines=$(echo "$payload" | jq ".[] |.name" -r | sort)
# ignore shellcheck warning
Expand Down

0 comments on commit 536f3d0

Please sign in to comment.