Skip to content

Commit

Permalink
add ur
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-whitwell committed Sep 6, 2024
1 parent 540d828 commit f9cdf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pipeline/workspace_cleanup/destroy_workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ "$1" == "-h" ]; then
fi

workspace_name=$1
reserved_workspaces="default production preproduction development demo ithc"
reserved_workspaces="default production preproduction development demo ur"

for workspace in $reserved_workspaces; do
if [ "$workspace" == "$workspace_name" ]; then
Expand Down

0 comments on commit f9cdf42

Please sign in to comment.