From b704bb83d265ebb4963979aff2480813fd9b65e7 Mon Sep 17 00:00:00 2001 From: Bowen Lan <62091230+bowenlan-amzn@users.noreply.github.com> Date: Fri, 20 Nov 2020 12:14:28 -0800 Subject: [PATCH] change format of setenv (#301) * set-env removed https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#environment-files * enbale usecluster in alerting build.gradle --- .github/workflows/release-workflow.yml | 2 +- alerting/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index 549442e0..1b29a395 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -38,7 +38,7 @@ jobs: cp alerting/build/distributions/*.deb alerting-artifacts_deb cp alerting/build/distributions/*.rpm alerting-artifacts cp alerting/build/distributions/*.rpm alerting-artifacts_rpm - echo ::set-env name=TAG_VERSION::${GITHUB_REF/refs\/tags\//} + echo "TAG_VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV # AWS authentication - name: Configure AWS Credentials diff --git a/alerting/build.gradle b/alerting/build.gradle index 9d67e6d9..9a260573 100644 --- a/alerting/build.gradle +++ b/alerting/build.gradle @@ -158,7 +158,7 @@ run { cluster.waitForAllConditions() } } - // useCluster testClusters.integTest + useCluster testClusters.integTest } // Only apply jacoco test coverage if we are running a local single node cluster