wip
This commit is contained in:
parent
86185afaff
commit
401d586d9f
@ -14,14 +14,15 @@ jobs:
|
|||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.2
|
- uses: actions/checkout@v4.2.2
|
||||||
- name: Install build tools
|
# - name: Install build tools
|
||||||
run: |
|
# run: |
|
||||||
apt update --yes
|
# apt update --yes
|
||||||
apt install --yes build-essential
|
# apt install --yes build-essential
|
||||||
- name: Verify links in markdown files
|
- name: Verify links in markdown files
|
||||||
env:
|
env:
|
||||||
CONTAINER_RUNTIME: docker
|
CONTAINER_RUNTIME: docker
|
||||||
HELM_IMAGE_REGISTRY_HOST: harbor.cryptic.systems
|
HELM_IMAGE_REGISTRY_HOST: harbor.cryptic.systems
|
||||||
HELM_IMAGE_REPOSITORY: docker/library/node
|
HELM_IMAGE_REPOSITORY: docker/library/node
|
||||||
run: |
|
run: |
|
||||||
|
ls -la $(pwd)
|
||||||
make container-run/readme/link
|
make container-run/readme/link
|
Loading…
Reference in New Issue
Block a user