Skip to content

Commit cd63b65

Browse files
committed
chore(test): default stack is scalingo-22
1 parent 129daf8 commit cd63b65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
STACK := "scalingo-20"
1+
STACK := "scalingo-22"
22
BASH_COMMAND := /bin/bash
33

44
.DEFAULT := all
55

66
all: test
77
test: test20 test22
88

9-
test22: STACK := "scalingo-22"
9+
test20: STACK := "scalingo-20"
1010

1111
test20 test22: BASH_COMMAND := test/run
1212
test20 test22: IMAGE := "scalingo/$(STACK):latest"

0 commit comments

Comments
 (0)