Skip to content

Commit

Permalink
fixed permittions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 12, 2023
1 parent f7796e3 commit 73d72f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_bullseye_altuser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: run_installation_tests.sh
args: |
ls -l
./run_installation_tests.sh
run_installation_tests.sh
- name: Run run_installation_tests2.sh Bullseye ARMv7
uses: tj-actions/docker-run@v2
Expand Down
6 changes: 2 additions & 4 deletions ci/Dockerfile.bullseye.test_install.armv7
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@ RUN groupadd --gid 1000 $USER_GROUP && \
echo "$USER ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/$USER

# Define need files for installation test
COPY --chown=1000:1000 --chmod=+x scripts/installscripts/tests/run_installation_tests*.sh /test/
COPY --chown=1000:1000 --chmod=+x scripts/installscripts/buster-install-default.sh /
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 /

WORKDIR /test

RUN echo $PWD && ls -l

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

0 comments on commit 73d72f5

Please sign in to comment.