Skip to content

Commit a502950

Browse files
committed
chore(ci): Point CI workflows to docs for cli download
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 46f0a8a commit a502950

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Chainloop
3535
if: ${{ github.event_name != 'pull_request' }}
3636
run: |
37-
curl -sfL https://raw.githubusercontent.com/chainloop-dev/chainloop/01ad13af08950b7bfbc83569bea207aeb4e1a285/docs/static/install.sh | bash -s
37+
curl -sfL https://docs.chainloop.dev/install.sh | bash -s
3838
3939
- name: Checkout repository
4040
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

.github/workflows/github_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Install Chainloop
3434
run: |
35-
curl -sfL https://raw.githubusercontent.com/chainloop-dev/chainloop/01ad13af08950b7bfbc83569bea207aeb4e1a285/docs/static/install.sh | bash -s
35+
curl -sfL https://docs.chainloop.dev/install.sh | bash -s
3636
3737
- name: Initialize Attestation
3838
run: |

.github/workflows/package_chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- name: Install Chainloop
3939
run: |
40-
curl -sfL https://raw.githubusercontent.com/chainloop-dev/chainloop/01ad13af08950b7bfbc83569bea207aeb4e1a285/docs/static/install.sh | bash -s
40+
curl -sfL https://docs.chainloop.dev/install.sh | bash -s
4141
4242
- name: Docker login to Github Packages
4343
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0

0 commit comments

Comments
 (0)