Skip to content

Commit

Permalink
no-op
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkring committed Aug 26, 2024
1 parent 9b01bfd commit 6015df5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

FROM ghcr.io/vipm-io/actions-runner-labview:main

ARG GITHUB_REPOSITORY
ENV GITHUB_REPOSITORY=${GITHUB_REPOSITORY}
# ARG GITHUB_REPOSITORY
# ENV GITHUB_REPOSITORY=${GITHUB_REPOSITORY}

ENV DOCKER_USER=labview
# ENV DOCKER_USER=labview

# the script below will apply VIPC files, if they are found.
RUN \
echo "Refreshing Package List..." && \
init_labview && \
dragon refresh --vipm
# # the script below will apply VIPC files, if they are found.
# RUN \
# echo "Refreshing Package List..." && \
# init_labview && \
# dragon refresh --vipm

0 comments on commit 6015df5

Please sign in to comment.