Skip to content

Commit

Permalink
initial run 3
Browse files Browse the repository at this point in the history
Signed-off-by: Mic Bowman <[email protected]>
  • Loading branch information
cmickeyb committed Oct 3, 2024
1 parent 375b319 commit 0ed69a9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,16 @@ jobs:
submodules: recursive
fetch-depth: 0

- name: Get the version
- name: Set the version
run: |
git rev-list cfd6a.. --count
echo "CONTRACTS_VERSION=$(git rev-list cfd6ab57f345c67.. --count)" >> $GITHUB_ENV
echo "PDO_VERSION=$(git rev-list 5fa32a13.. --count)" >> $GITHUB_ENV
- name: Show the version
run: |
echo CONTRACTS_VERSION is $CONTRACTS_VERSION
echo PDO_VERSION is $PDO_VERSION
# - name: Configure PDO and build the base images
# env:
Expand Down

0 comments on commit 0ed69a9

Please sign in to comment.