ci: Don't build integration tests in +all
This commit is contained in:
parent
99649d2d88
commit
6a4c89d567
1 changed files with 6 additions and 3 deletions
|
|
@ -17,14 +17,17 @@ default:
|
|||
BUILD +blue-build-cli --NIGHTLY=$NIGHTLY
|
||||
BUILD +blue-build-cli-alpine --NIGHTLY=$NIGHTLY
|
||||
BUILD +installer --NIGHTLY=$NIGHTLY
|
||||
|
||||
nightly:
|
||||
BUILD +default --NIGHTLY=true
|
||||
|
||||
integration-tests:
|
||||
ARG NIGHTLY=false
|
||||
BUILD +integration-test-template --NIGHTLY=$NIGHTLY
|
||||
BUILD +integration-test-build --NIGHTLY=$NIGHTLY
|
||||
BUILD +integration-test-rebase --NIGHTLY=$NIGHTLY
|
||||
BUILD +integration-test-upgrade --NIGHTLY=$NIGHTLY
|
||||
|
||||
nightly:
|
||||
BUILD +default --NIGHTLY=true
|
||||
|
||||
lint:
|
||||
FROM +common
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue