Skip to content

Commit 3934a15

Browse files
committed
fix(tests): don't test with scalingo-20 anymore
1 parent 3333810 commit 3934a15

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

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

44
.DEFAULT := all
55

66
all: test
7-
test: test20 test22
7+
test: test22
88

99
test22: STACK := "scalingo-22"
1010

11-
test20 test22: BASH_COMMAND := test/run
12-
test20 test22: IMAGE := "scalingo/$(STACK):latest"
13-
test20 test22:
11+
test22: BASH_COMMAND := test/run
12+
test22: IMAGE := "scalingo/$(STACK):latest"
13+
test22:
1414
@echo "Running tests in Docker using $(IMAGE)"
1515
@docker run --pull always --mount type=bind,src=$(PWD),dst=/buildpack --workdir /buildpack --rm --interactive --tty --env "GITLAB_TOKEN=$(GITLAB_TOKEN)" --env "GITHUB_TOKEN=$(GITHUB_TOKEN)" --env "STACK=$(STACK)" $(IMAGE) bash -c "$(BASH_COMMAND)"

0 commit comments

Comments
 (0)