From 93bdfb35273e76677778723b5bbb02418a742397 Mon Sep 17 00:00:00 2001 From: Owen Waller Date: Fri, 22 Mar 2024 18:22:22 +0000 Subject: [PATCH] Remove test ./test_envs.sh is correct The working dorectory on the github runner is NOT ~. It's named ~/repo/repo. So files need to be created in "." and not "~" unless the rest of the system expects the file to be under "~" e.g. ssh config. --- .github/workflows/emailformgateway.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/emailformgateway.yaml b/.github/workflows/emailformgateway.yaml index 2438091..423889b 100644 --- a/.github/workflows/emailformgateway.yaml +++ b/.github/workflows/emailformgateway.yaml @@ -110,7 +110,5 @@ jobs: - name: Delete dirs if: ${{ always() }} run: | - ls -al - pwd rm -rf ~/.ssh rm ./test_envs.sh