ci: Don't build integration tests in +all

This commit is contained in:
Gerald Pinder 2024-01-23 21:49:13 -05:00
parent 99649d2d88
commit 6a4c89d567

View file

@ -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