Skip to content

Commit

Permalink
initial run
Browse files Browse the repository at this point in the history
Signed-off-by: Mic Bowman <[email protected]>
  • Loading branch information
cmickeyb committed Oct 2, 2024
1 parent fb9a815 commit ce83bf8
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,20 @@ jobs:
PDO_INTERPRETER: wawaka
PDO_LOG_LEVEL: warning
run: |
echo git tag
git tag -l
git fetch --tags --force
echo git tag
git tag -l
echo git describe
git describe --dirty
git status
# git checkout -b ci-test-branch
# . private-data-objects/build/common-config.sh
- name: Fetch tags
id: tag
run: |
git fetch --tags --force
echo ::set-output name=subject::$(git for-each-ref $GITHUB_REF --format='%(contents:subject)')
- name: Print name
run: |
echo REF: ${{ github.ref }}
echo NAME: ${{ steps.tag.outputs.subject }}
# - name: Build PDO images
# run: |
Expand Down

0 comments on commit ce83bf8

Please sign in to comment.