Skip to content

Commit c8b8021

Browse files
author
Nissan Pow
committed
fix: sync pick_services.sh with Tiltfile components
Remove argo-events, jobset, azurite, fake-gcs-server (removed from Tiltfile in 8905878 but missed in pick_services.sh). Add airflow which was in the Tiltfile but missing from the picker.
1 parent 8cc70c1 commit c8b8021

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

devtools/pick_services.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@ SERVICE_OPTIONS=(
1717
"metadata-service"
1818
"ui"
1919
"argo-workflows"
20-
"argo-events"
21-
"jobset"
2220
"localbatch"
2321
"ddb-local"
2422
"sfn-local"
25-
"azurite"
26-
"fake-gcs-server"
23+
"airflow"
2724
)
2825

2926
gum style "$LOGO" \

0 commit comments

Comments
 (0)