File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Install Chainloop
2323 run : |
24- curl -sfL https://raw.githubusercontent.com/ chainloop- dev/chainloop/01ad13af08950b7bfbc83569bea207aeb4e1a285/docs/static /install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
24+ curl -sfL https://docs. chainloop. dev/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
2525
2626 - name : Checkout repository
2727 uses : actions/checkout@v4.1.4
Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ chainloop_bin_install() {
617617install_chainloop_cli () {
618618 mkdir -p ${CHAINLOOP_TMP_DIR} $CHAINLOOP_BIN_PATH
619619 log " Installing Chainloop CLI"
620- url_chainloop_cli=" https://raw.githubusercontent.com/ chainloop- dev/chainloop/eb53f4e8ce3c35251553efc77b7e04e792b2c992/docs/static /install.sh"
620+ url_chainloop_cli=" https://docs. chainloop. dev/install.sh"
621621 if [ -n " ${CHAINLOOP_VERSION} " ]; then
622622 curl -sfL " ${url_chainloop_cli} " | bash -s -- --version v${CHAINLOOP_VERSION} --path $CHAINLOOP_BIN_PATH
623623 else
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ chainloop_bin_install() {
3333install_chainloop_cli () {
3434 mkdir -p ${CHAINLOOP_TMP_DIR} $CHAINLOOP_BIN_PATH
3535 log " Installing Chainloop CLI"
36- url_chainloop_cli=" https://raw.githubusercontent.com/ chainloop- dev/chainloop/eb53f4e8ce3c35251553efc77b7e04e792b2c992/docs/static /install.sh"
36+ url_chainloop_cli=" https://docs. chainloop. dev/install.sh"
3737 if [ -n " ${CHAINLOOP_VERSION} " ]; then
3838 curl -sfL " ${url_chainloop_cli} " | bash -s -- --version v${CHAINLOOP_VERSION} --path $CHAINLOOP_BIN_PATH
3939 else
You can’t perform that action at this time.
0 commit comments