Skip to content

Commit

Permalink
Allow scalingo-22
Browse files Browse the repository at this point in the history
  • Loading branch information
SebouChu authored Dec 11, 2023
1 parent a184680 commit 4fb155c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ esac

# Install correct dependencies according to $STACK
case "${STACK}" in
"scalingo-18" | "scalingo-20")
"scalingo-18" | "scalingo-20" | "scalingo-22")
# the package list is found by using ci:debug then running ldd $GOOGLE_CHROME_BIN | grep not
# also look here for more packages/notes https://developers.google.com/web/tools/puppeteer/troubleshooting
PACKAGES="
Expand Down Expand Up @@ -91,7 +91,7 @@ case "${STACK}" in
"
;;
*)
error "STACK must be 'scalingo-20', not '${STACK}'."
error "STACK must be 'scalingo-18, 20 or 22', not '${STACK}'."
esac

if [ ! -f $CACHE_DIR/PURGED_CACHE_V1 ]; then
Expand Down

0 comments on commit 4fb155c

Please sign in to comment.