Skip to content

Commit

Permalink
workdir entfernt + testausgabe
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 12, 2023
1 parent c87254a commit 9ad3a5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_bullseye_altuser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
args: |
ls -l
echo $USER
echo whoami
./run_installation_tests.sh
whoami
/test/run_installation_tests.sh
- name: Run run_installation_tests2.sh Bullseye ARMv7
uses: tj-actions/docker-run@v2
Expand Down
4 changes: 2 additions & 2 deletions ci/Dockerfile.bullseye.test_install.armv7
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ USER $USER

# Define need files for installation test
COPY --chown=1000:1000 --chmod=750 scripts/installscripts/tests/run_installation_tests*.sh /test/
COPY --chown=1000:1000 --chmod=750 scripts/installscripts/buster-install-default.sh /
COPY --chown=1000:1000 --chmod=750 scripts/installscripts/buster-install-default.sh /+

WORKDIR /test
RUN ls -l

# Define Git Repo variables which frequently change
ARG GIT_BRANCH
Expand Down

0 comments on commit 9ad3a5a

Please sign in to comment.