Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Jun 30, 2023
1 parent c7be0f2 commit 8f4ca3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions test/end2end_tests/context/sshnpd/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
tmux new-session -d -s sshnpd
tmux send-keys -t sshnpd "~/.local/bin/sshnpd -a @smoothalligator -m @jeremy_0 -d docker -s -u -v > results.txt" C-m
tmux attach -t sshnpd
3 changes: 0 additions & 3 deletions test/end2end_tests/images/trunk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ RUN mkdir -p ${HOMEDIR}/.atsign/keys ${HOMEDIR}/.local/bin ;
COPY --chown=${USER}:${USER} --from=buildimage /build/bin ${HOMEDIR}/.local/bin

COPY --chown=${USER}:${USER} keys/*.atKeys ${HOMEDIR}/.atsign/keys/

RUN ls -l ${HOMEDIR}/.atsign/keys

COPY --chown=${USER}:${USER} entrypoint.sh ${HOMEDIR}/entrypoint.sh

WORKDIR ${HOMEDIR}
Expand Down

0 comments on commit 8f4ca3a

Please sign in to comment.