Skip to content

Commit

Permalink
DEBUG git voom version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Aug 1, 2024
1 parent 7240fe2 commit 549870a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,19 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: DEBUG
run: |
set -x
git version
git config -l
ls -l ./
ls -l impls
ls -l impls/c
ls -l impls/c/Dockerfile
git log -1
git log -1 -- impls/c/Dockerfile
TZ=UTC git log -1 --pretty=%ad-g%h --date=format-local:"%Y%m%d_%H%M%S"
TZ=UTC git log -1 --pretty=%ad-g%h --date=format-local:"%Y%m%d_%H%M%S" -- impls/c/Dockerfile
- name: Docker Build
run: |
export ${{ matrix.IMPL }}
Expand Down

0 comments on commit 549870a

Please sign in to comment.