chore: Separate nightly build to not run in CI for now

This commit is contained in:
Gerald Pinder 2024-03-19 22:30:59 -04:00
parent 27dfdbc8a7
commit 338b9c699e

View file

@ -7,13 +7,10 @@ ARG --global IMAGE=ghcr.io/blue-build/cli
all:
BUILD +build
BUILD ./integration-tests+all --NIGHTLY=true --NIGHTLY=false
BUILD ./integration-tests+all
BUILD +nightly
build:
BUILD +default
# BUILD +nightly
default:
ARG NIGHTLY=false
BUILD +lint --NIGHTLY=$NIGHTLY
BUILD +test --NIGHTLY=$NIGHTLY
@ -22,7 +19,8 @@ default:
BUILD +installer --NIGHTLY=$NIGHTLY
nightly:
BUILD +default --NIGHTLY=true
BUILD +build --NIGHTLY=true
BUILD ./integration-tests+all --NIGHTLY=true
lint:
FROM +common