Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
change format of setenv (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenlan-amzn authored Nov 20, 2020
1 parent 7a09196 commit b704bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion alerting/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b704bb8

Please sign in to comment.