Update .gitlab-ci.yml file

This commit is contained in:
xfy xfy
2023-05-09 09:18:08 +00:00
parent 7ca9b02370
commit 83f47e223d

View File

@ -5,8 +5,6 @@ stages:
build:pre:
stage: build
image: rust:latest
rules:
- if: $CI_COMMIT_TAG
script:
- mkdir $HOME/.cargo
- echo "[source.crates-io]" >> $HOME/.cargo/config