Skip to content

Commit

Permalink
ci: remove sudo -u for cd
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Jun 29, 2023
1 parent f0ba6c5 commit d0f2164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/end2end_tests/context/sshnp/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
sudo -u atsign cd ~/.local/bin
cd ~/.local/bin
sudo -u atsign ./sshnp -f @jeremy_0 -t @smoothalligator -d docker -h @rv_am -s id_ed25519.pub -v > results.txt
sudo -u atsign cat results.txt
2 changes: 1 addition & 1 deletion test/end2end_tests/context/sshnpd/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
sudo -u atsign cd ~/.local/bin
cd ~/.local/bin
sudo -u atsign ./sshnpd -a @smoothalligator -m @jeremy_0 -d docker -s -u -v > results.txt
sudo -u atsign cat results.txt

0 comments on commit d0f2164

Please sign in to comment.