@@ -155,7 +155,7 @@ jobs:
155
155
with :
156
156
key : clippy
157
157
cache-all-crates : " true"
158
- # TODO (@Techassi): Remove this step (unmaintained action, kinda useless step anyway)
158
+ # TODO (@Techassi): Remove this step (unmaintained action, kinda useless step anyway)
159
159
- name : Run clippy action to produce annotations
160
160
uses : giraffate/clippy-action@13b9d32482f25d29ead141b79e7e04e7900281e0 # v1.0.1
161
161
env :
@@ -165,7 +165,7 @@ jobs:
165
165
clippy_flags : --all-targets -- -D warnings
166
166
reporter : ' github-pr-review'
167
167
github_token : ${{ secrets.GITHUB_TOKEN }}
168
- # TODO (@Techassi): Remove, done by pre-commit
168
+ # TODO (@Techassi): Remove, done by pre-commit
169
169
- name : Run clippy manually without annotations
170
170
env :
171
171
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -345,9 +345,9 @@ jobs:
345
345
with :
346
346
toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
347
347
components : rustfmt
348
- # This step checks if the current run was triggered by a push to a pr (or a pr being created).
349
- # If this is the case it changes the version of this project in all Cargo.toml files to include the suffix
350
- # "-pr<prnumber>" so that the published artifacts can be linked to this PR.
348
+ # This step checks if the current run was triggered by a push to a pr (or a pr being created).
349
+ # If this is the case it changes the version of this project in all Cargo.toml files to include the suffix
350
+ # "-pr<prnumber>" so that the published artifacts can be linked to this PR.
351
351
- uses : stackabletech/cargo-install-action@main
352
352
with :
353
353
crate : cargo-edit
@@ -383,8 +383,8 @@ jobs:
383
383
run : |
384
384
# Installing helm and yq on ubicloud-standard-8-arm only
385
385
if [ "$(arch)" = "aarch64" ]; then
386
- curl https://baltocdn. com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
387
- echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn. com/helm/stable/ debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
386
+ curl -fsSL https://packages.buildkite. com/helm-linux/helm-debian/gpgkey | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
387
+ echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://packages.buildkite. com/helm-linux/helm- debian/any/ any main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
388
388
sudo apt-get -y update
389
389
sudo apt-get -y install helm
390
390
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64 -O /usr/bin/yq && sudo chmod +x /usr/bin/yq
0 commit comments