Skip to content

Commit

Permalink
Merge pull request #69 from norman-abramovitz/master
Browse files Browse the repository at this point in the history
Added small-footprint to new script
  • Loading branch information
xiujiao authored Jan 26, 2022
2 parents c91a573 + adc4a01 commit 68e25d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks/new
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ kit_type= # Assigned below
prompt_for kit_type "select" \
"Is this a full Concourse deployment, or a worker deployment for an existing Concourse?" \
-o "[full] Full Concourse" \
-o "[small-footprint] Small Footprint Concourse" \
-o "[workers] Satellite Concourse"

features+=( "$kit_type" )

if [[ "$kit_type" == "full" ]] ; then
if [[ "$kit_type" == "full" || "$kit_type" == "small-footprint" ]] ; then

auth_backend_feature=
prompt_for auth_backend_feature "select" \
Expand Down

0 comments on commit 68e25d5

Please sign in to comment.