Skip to content

Commit

Permalink
test 6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 12, 2023
1 parent e96a701 commit c679eda
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker_bullseye_altuser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
name: run_installation_tests.sh
args: |
ls -l
cat run_installation_tests.sh
ls -l /
ls -l /test/
./run_installation_tests.sh
- name: Run run_installation_tests2.sh Bullseye ARMv7
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docker_buster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
options: --platform linux/arm/v7
name: run_installation_tests.sh
args: |
ls -l
ls -l scripts/installscripts/tests
./scripts/installscripts/tests/run_installation_tests.sh
- name: Run run_installation_tests2.sh Buster ARMv7
Expand Down
2 changes: 2 additions & 0 deletions ci/Dockerfile.bullseye.test_install.armv7
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ COPY --chown=$USER:$USER_GROUP --chmod=777 scripts/installscripts/buster-install

WORKDIR /test

RUN ls -l

# Define Git Repo variables which frequently change
ARG GIT_BRANCH
ARG GIT_URL
Expand Down
8 changes: 4 additions & 4 deletions ci/Dockerfile.buster.test_install.armv7
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ WORKDIR /code
RUN groupadd --gid 1000 $USER_GROUP ;\
useradd -u 1000 -g 1000 -G sudo -d /home/$USER -m -s /bin/bash -p '$1$iV7TOwOe$6ojkJQXyEA9bHd/SqNLNj0' $USER ;\
chown -R 1000:1000 /code /home/$USER ;\
chmod +x /code/scripts/installscripts/buster-install-default.sh ;\
chmod +x /code/scripts/installscripts/tests/run_installation_tests.sh ;\
chmod +x /code/scripts/installscripts/tests/run_installation_tests2.sh ;\
chmod +x /code/scripts/installscripts/tests/run_installation_tests3.sh ;\
chmod +x scripts/installscripts/buster-install-default.sh ;\
chmod +x scripts/installscripts/tests/run_installation_tests.sh ;\
chmod +x scripts/installscripts/tests/run_installation_tests2.sh ;\
chmod +x scripts/installscripts/tests/run_installation_tests3.sh ;\
echo "$USER ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/$USER

RUN ls -l
Expand Down

0 comments on commit c679eda

Please sign in to comment.