Skip to content

Commit

Permalink
Merge branch 'main' into feat/plans-endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy authored Nov 15, 2023
2 parents 1f57229 + 523dc2a commit 1dd7e13
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions catalyst-gateway/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,23 @@ 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

## -----------------------------------------------------------------------------

# This step simulates the full CI run for local purposes only.
local-ci-run:
BUILD +check
BUILD +build
BUILD +package
BUILD +integrate
BUILD +publish
# BUILD +package
# BUILD +test
# BUILD +publish

0 comments on commit 1dd7e13

Please sign in to comment.