feat: Move module run logic into its own script (#168)

This will help make the Containerfile just a little bit easier to read
(ignoring all the mounts lol). This would also allow us to add logic
later to support modules that run executables other than `*.sh`.
This commit is contained in:
Gerald Pinder 2024-04-27 15:19:58 -04:00 committed by GitHub
parent 3898202bc3
commit 0c7033ccd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 44 additions and 13 deletions

View file

@ -53,7 +53,7 @@ jobs:
id: build
run: |
if [ -n "${{ github.token }}" ]; then
earthly --ci --push +exports-script
earthly --ci --push +build-scripts
echo "export=true" >> "$GITHUB_OUTPUT"
fi
earthly --ci +build