Skip to content

Commit

Permalink
tes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Nov 11, 2023
1 parent 80c108c commit 5b7ca93
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ci/ci-debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,8 @@ ENV GIT_BRANCH=$GIT_BRANCH GIT_URL=$GIT_URL
# && sed 's/#.*//g' packages.txt | sed 's/resolvconf//' | xargs apt-get -y install \
# && sed 's/#.*//g' packages-raspberrypi.txt | xargs apt-get -y install \
# && rm -rf /var/lib/apt/lists/*
RUN ls -l . \
&& echo "------" \
&& ls -l installation/ \
&& echo "------" \
&& ls -l installation/install-jukebox.sh

COPY --chown=root:$TEST_USER_GROUP --chmod=770 installation/install-jukebox.sh .
COPY --chown=root:$TEST_USER_GROUP --chmod=770 installation/* .
WORKDIR /tests
COPY --chown=root:$TEST_USER_GROUP --chmod=770 ci/installation/*.sh .

Expand Down

0 comments on commit 5b7ca93

Please sign in to comment.