Skip to content

Commit

Permalink
Remove test ./test_envs.sh is correct
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
owenwaller committed Mar 22, 2024
1 parent cd5094c commit 93bdfb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/emailformgateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,5 @@ jobs:
- name: Delete dirs
if: ${{ always() }}
run: |
ls -al
pwd
rm -rf ~/.ssh
rm ./test_envs.sh

0 comments on commit 93bdfb3

Please sign in to comment.