Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 3ac7e4d

Browse files
authored
Merge pull request #20 from fullstack-devops/bugfix/awesome-ci-bin-fix
fix awesome-ci link
2 parents a744c5f + 880a472 commit 3ac7e4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Available Tags:
3434

3535
### Optional environmental variables
3636

37-
For the helm values see the [values.yaml](helm/values.yaml), section `envValues`
37+
For the helm values see the [values.yaml](https://github.com/fullstack-devops/helm-charts/blob/main/charts/github-actions-runner/values.yaml), section `envValues`
3838

3939
| Variable | Type | Default | Description |
4040
|-------------------|--------|--------------------------|----------------------------------------------------------------------|

images/base/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ RUN apt-get update \
3838
# install awesoeme ci
3939
RUN export ARCH=$(/helper-scripts/translate-aarch.sh a-short) \
4040
&& curl -L -O https://github.com/fullstack-devops/awesome-ci/releases/download/${AWESOME_CI_VERSION}/awesome-ci_${AWESOME_CI_VERSION}_${ARCH} \
41-
&& mv awesome-ci_${AWESOME_CI_VERSION}_${ARCH} /usr/local/src/awesome-ci_${AWESOME_CI_VERSION}_${ARCH} \
42-
&& chmod +x /usr/local/src/awesome-ci_${AWESOME_CI_VERSION}_${ARCH} \
43-
&& ln -s /usr/local/src/awesome-ci_${AWESOME_CI_VERSION}_${ARCH} /usr/local/bin/
41+
&& mv awesome-ci_${AWESOME_CI_VERSION}_${ARCH} /usr/local/src/awesome-ci \
42+
&& chmod +x /usr/local/src/awesome-ci \
43+
&& ln -s /usr/local/src/awesome-ci /usr/local/bin/
4444

4545
WORKDIR /home/${USERNAME}/runner
4646

0 commit comments

Comments
 (0)