|
27 | 27 | env: |
28 | 28 |
|
29 | 29 | # <template: werf_envs> |
30 | | - DECKHOUSE_CLI_VERSION: "v0.29.20" |
| 30 | + DECKHOUSE_CLI_BUILD_VERSION: "v0.29.20" |
31 | 31 | WERF_VERSION: "v2.63.1" |
32 | 32 | WERF_ENV: "FE" |
33 | 33 | WERF_TELEMETRY: "1" |
@@ -468,7 +468,7 @@ jobs: |
468 | 468 | - name: Install d8 CLI |
469 | 469 | run: | |
470 | 470 | mkdir -p bin |
471 | | - INSTALL_DIR="$(pwd)/bin" VERSION=${DECKHOUSE_CLI_VERSION} FORCE=yes bash -c "$(curl -fsSL https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/tools/install.sh)" |
| 471 | + INSTALL_DIR="$(pwd)/bin" VERSION=${DECKHOUSE_CLI_BUILD_VERSION} FORCE=yes bash -c "$(curl -fsSL https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/tools/install.sh)" |
472 | 472 | mv "$(pwd)/bin/d8" "$(pwd)/bin/d8-build" |
473 | 473 | echo "$(pwd)/bin" >> "$GITHUB_PATH" |
474 | 474 | # </template: d8cli_install_step> |
@@ -780,7 +780,7 @@ jobs: |
780 | 780 | - name: Install d8 CLI |
781 | 781 | run: | |
782 | 782 | mkdir -p bin |
783 | | - INSTALL_DIR="$(pwd)/bin" VERSION=${DECKHOUSE_CLI_VERSION} FORCE=yes bash -c "$(curl -fsSL https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/tools/install.sh)" |
| 783 | + INSTALL_DIR="$(pwd)/bin" VERSION=${DECKHOUSE_CLI_BUILD_VERSION} FORCE=yes bash -c "$(curl -fsSL https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/tools/install.sh)" |
784 | 784 | mv "$(pwd)/bin/d8" "$(pwd)/bin/d8-build" |
785 | 785 | echo "$(pwd)/bin" >> "$GITHUB_PATH" |
786 | 786 | # </template: d8cli_install_step> |
@@ -1091,7 +1091,7 @@ jobs: |
1091 | 1091 | - name: Install d8 CLI |
1092 | 1092 | run: | |
1093 | 1093 | mkdir -p bin |
1094 | | - INSTALL_DIR="$(pwd)/bin" VERSION=${DECKHOUSE_CLI_VERSION} FORCE=yes bash -c "$(curl -fsSL https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/tools/install.sh)" |
| 1094 | + INSTALL_DIR="$(pwd)/bin" VERSION=${DECKHOUSE_CLI_BUILD_VERSION} FORCE=yes bash -c "$(curl -fsSL https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/tools/install.sh)" |
1095 | 1095 | mv "$(pwd)/bin/d8" "$(pwd)/bin/d8-build" |
1096 | 1096 | echo "$(pwd)/bin" >> "$GITHUB_PATH" |
1097 | 1097 | # </template: d8cli_install_step> |
@@ -1402,7 +1402,7 @@ jobs: |
1402 | 1402 | - name: Install d8 CLI |
1403 | 1403 | run: | |
1404 | 1404 | mkdir -p bin |
1405 | | - INSTALL_DIR="$(pwd)/bin" VERSION=${DECKHOUSE_CLI_VERSION} FORCE=yes bash -c "$(curl -fsSL https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/tools/install.sh)" |
| 1405 | + INSTALL_DIR="$(pwd)/bin" VERSION=${DECKHOUSE_CLI_BUILD_VERSION} FORCE=yes bash -c "$(curl -fsSL https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/tools/install.sh)" |
1406 | 1406 | mv "$(pwd)/bin/d8" "$(pwd)/bin/d8-build" |
1407 | 1407 | echo "$(pwd)/bin" >> "$GITHUB_PATH" |
1408 | 1408 | # </template: d8cli_install_step> |
@@ -1713,7 +1713,7 @@ jobs: |
1713 | 1713 | - name: Install d8 CLI |
1714 | 1714 | run: | |
1715 | 1715 | mkdir -p bin |
1716 | | - INSTALL_DIR="$(pwd)/bin" VERSION=${DECKHOUSE_CLI_VERSION} FORCE=yes bash -c "$(curl -fsSL https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/tools/install.sh)" |
| 1716 | + INSTALL_DIR="$(pwd)/bin" VERSION=${DECKHOUSE_CLI_BUILD_VERSION} FORCE=yes bash -c "$(curl -fsSL https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/tools/install.sh)" |
1717 | 1717 | mv "$(pwd)/bin/d8" "$(pwd)/bin/d8-build" |
1718 | 1718 | echo "$(pwd)/bin" >> "$GITHUB_PATH" |
1719 | 1719 | # </template: d8cli_install_step> |
@@ -2024,7 +2024,7 @@ jobs: |
2024 | 2024 | - name: Install d8 CLI |
2025 | 2025 | run: | |
2026 | 2026 | mkdir -p bin |
2027 | | - INSTALL_DIR="$(pwd)/bin" VERSION=${DECKHOUSE_CLI_VERSION} FORCE=yes bash -c "$(curl -fsSL https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/tools/install.sh)" |
| 2027 | + INSTALL_DIR="$(pwd)/bin" VERSION=${DECKHOUSE_CLI_BUILD_VERSION} FORCE=yes bash -c "$(curl -fsSL https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/tools/install.sh)" |
2028 | 2028 | mv "$(pwd)/bin/d8" "$(pwd)/bin/d8-build" |
2029 | 2029 | echo "$(pwd)/bin" >> "$GITHUB_PATH" |
2030 | 2030 | # </template: d8cli_install_step> |
@@ -2335,7 +2335,7 @@ jobs: |
2335 | 2335 | - name: Install d8 CLI |
2336 | 2336 | run: | |
2337 | 2337 | mkdir -p bin |
2338 | | - INSTALL_DIR="$(pwd)/bin" VERSION=${DECKHOUSE_CLI_VERSION} FORCE=yes bash -c "$(curl -fsSL https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/tools/install.sh)" |
| 2338 | + INSTALL_DIR="$(pwd)/bin" VERSION=${DECKHOUSE_CLI_BUILD_VERSION} FORCE=yes bash -c "$(curl -fsSL https://raw.githubusercontent.com/deckhouse/deckhouse-cli/main/tools/install.sh)" |
2339 | 2339 | mv "$(pwd)/bin/d8" "$(pwd)/bin/d8-build" |
2340 | 2340 | echo "$(pwd)/bin" >> "$GITHUB_PATH" |
2341 | 2341 | # </template: d8cli_install_step> |
|
0 commit comments