Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Jun 29, 2023
1 parent d0f2164 commit 29e22df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/end2end_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
working-directory: test/end2end_tests
run: |
docker run \
-t \
--name sshnp-e2e-trunk-sshnpd \
atsigncompany/sshnp-e2e-trunk-sshnpd
echo $?
Expand All @@ -50,7 +49,6 @@ jobs:
working-directory: test/end2end_tests
run: |
docker run \
-t \
--name sshnp-e2e-trunk-sshnp \
atsigncompany/sshnp-e2e-trunk-sshnp
echo $?
Expand Down
2 changes: 1 addition & 1 deletion test/end2end_tests/images/trunk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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
COPY --chown=${USER}:${USER} keys/*.atKeys ${HOMEDIR}/.atsign/keys/
COPY --chown=${USER}:${USER} entrypoint.sh ${HOMEDIR}/entrypoint.sh

WORKDIR ${HOMEDIR}
Expand Down

0 comments on commit 29e22df

Please sign in to comment.