Fix multiline yaml
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Successful in 6m14s
Podman Rootless Demo / build-frontend (push) Failing after 29s
Podman Rootless Demo / deploy-prod (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Successful in 6m14s
Podman Rootless Demo / build-frontend (push) Failing after 29s
Podman Rootless Demo / deploy-prod (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
This commit is contained in:
parent
f0d541080a
commit
10d0e40744
1 changed files with 6 additions and 7 deletions
|
|
@ -218,13 +218,12 @@ jobs:
|
||||||
rustup target add wasm32-unknown-unknown
|
rustup target add wasm32-unknown-unknown
|
||||||
|
|
||||||
# Configure cargo registry for sharenet-sh-forgejo
|
# Configure cargo registry for sharenet-sh-forgejo
|
||||||
cat > $HOME/.cargo/config.toml << EOF
|
mkdir -p $HOME/.cargo
|
||||||
[registries.sharenet-sh-forgejo]
|
echo '[registries.sharenet-sh-forgejo]' > $HOME/.cargo/config.toml
|
||||||
index = "sparse+https://${{ secrets.REGISTRY_HOST }}/api/packages/${{ github.repository }}/cargo/index/"
|
echo 'index = "sparse+https://${{ secrets.REGISTRY_HOST }}/api/packages/${{ github.repository }}/cargo/index/"' >> $HOME/.cargo/config.toml
|
||||||
|
echo '' >> $HOME/.cargo/config.toml
|
||||||
[net]
|
echo '[net]' >> $HOME/.cargo/config.toml
|
||||||
git-fetch-with-cli = true
|
echo 'git-fetch-with-cli = true' >> $HOME/.cargo/config.toml
|
||||||
EOF
|
|
||||||
|
|
||||||
# Install wasm-pack
|
# Install wasm-pack
|
||||||
cargo install wasm-pack
|
cargo install wasm-pack
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue