diff --git a/catalyst-gateway/Earthfile b/catalyst-gateway/Earthfile index 438b4beb2a2..8b10a56c5a0 100644 --- a/catalyst-gateway/Earthfile +++ b/catalyst-gateway/Earthfile @@ -77,16 +77,16 @@ build: # This step will build any packages we would intend to publish or integration test. -package: - FROM scratch +# package: +# FROM scratch # Run integration tests on all packages built during the `package` step. -integrate: - FROM scratch +# test: +# FROM scratch # Publish packages if all integration tests have passed. (Failure to pass tests will prevent packages being published.) -publish: - FROM scratch +# publish: +# FROM scratch ## ----------------------------------------------------------------------------- @@ -94,6 +94,6 @@ publish: local-ci-run: BUILD +check BUILD +build - BUILD +package - BUILD +integrate - BUILD +publish + # BUILD +package + # BUILD +test + # BUILD +publish