Skip to content

Commit

Permalink
echo les hashes des commits
Browse files Browse the repository at this point in the history
  • Loading branch information
derfurth committed Oct 10, 2023
1 parent 8b6ebc6 commit 0119c98
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@ concurrency:
jobs:
#test-unit:

echo:
environment: dev
runs-on: ubuntu-latest
timeout-minutes: 30

steps:
- uses: actions/checkout@v4
- uses: earthly/actions/setup-earthly@v1
with:
version: v0.7.20

- run: echo $(git log -1 --pretty=format:"%H" -- packages)
- run: echo $(git log -1 --pretty=format:"%H" -- packages/ui)
- run: echo $(git log -1 --pretty=format:"%H" -- packages/site)
- run: echo $(git log -1 --pretty=format:"%H" -- app.territoiresentransitions.react)
- run: echo $(git log -1 --pretty=format:"%H" -- business)
- run: echo $(git log -1 --pretty=format:"%H" -- data_layer)
- run: echo $(git log -1 --pretty=format:"%H" -- .)


build-tools:
environment: dev
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0119c98

Please sign in to comment.