Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -63,7 +63,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- mkdir -p ~/.cargo
|
- mkdir -p ~/.cargo
|
||||||
- |
|
- |
|
||||||
cat <<EOF >> ~/.cargo/config.toml
|
cat <<EOF >> .cargo/config.toml
|
||||||
[registry]
|
[registry]
|
||||||
default = "gitea"
|
default = "gitea"
|
||||||
|
|
||||||
@@ -74,8 +74,7 @@ steps:
|
|||||||
git-fetch-with-cli = true
|
git-fetch-with-cli = true
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
- cat ~/.cargo/config.toml
|
- cat <<EOF >> .cargo/config.toml
|
||||||
- cat <<EOF >> ~/.cargo/config.toml
|
|
||||||
|
|
||||||
[registries.gitea]
|
[registries.gitea]
|
||||||
token = "Bearer {token}"
|
token = "Bearer {token}"
|
||||||
|
Reference in New Issue
Block a user