Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
change to run ci with tag
  • Loading branch information
DefectingCat committed Aug 1, 2023
1 parent 2964d74 commit 7a25469
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ stages:

variables:
BINARY_NAME: "pluto"
CI_COMMIT_TAG: "test"

build:linux-gnu-amd64:
stage: build
image: rust:latest
# rules:
# - if: $CI_COMMIT_TAG
rules:
- if: $CI_COMMIT_TAG
script:
- mkdir $HOME/.cargo
- echo "[source.crates-io]" >> $HOME/.cargo/config
Expand Down

0 comments on commit 7a25469

Please sign in to comment.