Skip to content

Commit

Permalink
Cleanup Earthly build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaykul committed Sep 9, 2024
1 parent 744f6ef commit 9c97965
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .earthlyignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# ignore output (because we put stuff there)
/output/*
/Modules/*
assemblies/
# ignore binary output files and folders
bin/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: earthly +push
if: github.ref == 'refs/heads/main'
run: earthly --push --secret NUGET_API_KEY= --secret PSGALLERY_API_KEY --strict +all
run: earthly --push --secret NUGET_API_KEY --secret PSGALLERY_API_KEY --strict +all
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
Expand Down
3 changes: 1 addition & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ ARG --global TEMP_ROOT=/temp
# These are my common build args, used in my shared /Tasks repo
ARG --global MODULE_NAME=Pansies
ARG --global CONFIGURATION=Release
# ARG --global PSMODULE_PUBLISH_KEY
# ARG --global NUGET_API_KEY


worker:
# Dotnet tools and scripts installed by PSGet
Expand Down

0 comments on commit 9c97965

Please sign in to comment.