Skip to content

Commit

Permalink
Merge pull request #335 from cf-platform-eng/feat/change-default-cf-s…
Browse files Browse the repository at this point in the history
…tack

feat: Updated default stack to use
  • Loading branch information
ram-pivot authored Nov 2, 2023
2 parents ce48d29 + c3b07e0 commit 8c1c767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tile_generator/templates/jobs/deploy-all.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ function wait_till_running() {
}

function get_stack() {
if $CF stacks 2>&1 | grep "cflinuxfs3" > /dev/null; then
echo >&2 "Using cflinuxfs3 stack"
echo "-s cflinuxfs3"
if $CF stacks 2>&1 | grep "cflinuxfs4" > /dev/null; then
echo >&2 "Using cflinuxfs4 stack"
echo "-s cflinuxfs4"
else
echo >&2 "Using default stack"
fi
Expand Down

0 comments on commit 8c1c767

Please sign in to comment.