[Rt-commit] rt branch, 4.4/github-actions-testing2, updated. rt-4.4.4-459-g32699a103b

Jim Brandt jbrandt at bestpractical.com
Mon May 24 17:12:58 EDT 2021


The branch, 4.4/github-actions-testing2 has been updated
       via  32699a103bfedccf4355b652d8b1482e3301eb38 (commit)
       via  a78f6476c272c4a4cd30d9a6a14e94c0209a1605 (commit)
      from  76e5ff438d81f877635ae1608ec698aa39ae7377 (commit)

Summary of changes:
 .github/workflows/github-action.yml | 2 +-
 Dockerfile                          | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit a78f6476c272c4a4cd30d9a6a14e94c0209a1605
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Mon May 24 17:11:57 2021 -0400

    Update secrets variable for slack

diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index ed12efa84b..b5edccb757 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -25,7 +25,7 @@ jobs:
         if: always()
         uses: edge/simple-slack-notify at v1.1.1
         env:
-          SLACK_WEBHOOK_URL: ${{ secrets.SLACK_NOTIFICATIONS }}
+          SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
         with:
           channel: '#github'
           status: ${{ job.status }}

commit 32699a103bfedccf4355b652d8b1482e3301eb38
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Mon May 24 17:12:52 2021 -0400

    Run GPG tests now that the environment is updated

diff --git a/Dockerfile b/Dockerfile
index d77111ec6f..98bafcd6c0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,4 @@ ENV RT_DBA_PASSWORD password
 ENV RT_TEST_DB_HOST=172.17.0.2
 ENV RT_TEST_RT_HOST=172.17.0.3
 
-# Skip gpg tests until we update to gpg 2.2
-ENV SKIP_GPG_TESTS=1
-
 CMD tail -f /dev/null

-----------------------------------------------------------------------


More information about the rt-commit mailing list