Skip to content

Commit

Permalink
couple of path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Sep 22, 2023
1 parent 231c31b commit 13742e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.github
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/h
# # 7) 1.98GB

RUN apt-get update \
&& apt-get satisfy "kubectl" -y \
# && apt-get satisfy "kubectl" -y \
&& apt-get satisfy "helm" -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down
4 changes: 2 additions & 2 deletions github-runner-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ REGISTRATION_TOKEN="$(curl -X POST -fsSL \
"$REGISTRATION_TOKEN_API_URL" \
| jq -r '.token')"

./actions-runner/config.sh \
./config.sh \
--url $REPO_URL \
--token $REGISTRATION_TOKEN \
--unattended \
--ephemeral \
--disableupdate

./actions-runner/run.sh
./run.sh

0 comments on commit 13742e2

Please sign in to comment.