From 95f7b023752f286ecd74411a44e850f2cb112c7d Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Mon, 5 Apr 2021 15:57:57 +0300 Subject: [PATCH] Remove debug prints and use github ref in upgrade tests too --- .github/workflows/integration-test.yaml | 8 -------- .github/workflows/upgrade-test.yaml | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index badbf16..75e2f63 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -11,14 +11,6 @@ jobs: - uses: actions/setup-python@v2 with: python-version: 3.6 - - name: Checkout some env vars - run: | - echo $GITHUB_ACTOR - echo $GITHUB_SHA - echo $GITHUB_REPOSITORY - echo $GITHUB_REF - echo $GITHUB_HEAD_REF - echo $GITHUB_BASE_REF - name: Set BOOTSTRAP_PIP_SPEC value run: | echo "BOOTSTRAP_PIP_SPEC=git+https://github.com/$GITHUB_REPOSITORY.git@$GITHUB_REF" >> $GITHUB_ENV diff --git a/.github/workflows/upgrade-test.yaml b/.github/workflows/upgrade-test.yaml index ce690b5..543a909 100644 --- a/.github/workflows/upgrade-test.yaml +++ b/.github/workflows/upgrade-test.yaml @@ -14,7 +14,7 @@ jobs: python-version: 3.6 - name: Set BOOTSTRAP_PIP_SPEC value run: | - echo "BOOTSTRAP_PIP_SPEC=git+https://github.com/$GITHUB_REPOSITORY.git@$GITHUB_SHA" >> $GITHUB_ENV + echo "BOOTSTRAP_PIP_SPEC=git+https://github.com/$GITHUB_REPOSITORY.git@$GITHUB_REF" >> $GITHUB_ENV echo $BOOTSTRAP_PIP_SPEC - name: Build systemd image run: |