From 0ed69a95c7658ecf9c09d758aeb21f24c009121e Mon Sep 17 00:00:00 2001 From: Mic Bowman Date: Thu, 3 Oct 2024 15:06:53 -0600 Subject: [PATCH] initial run 3 Signed-off-by: Mic Bowman --- .github/workflows/ci.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4ccdd6b..6029ac6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: