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