mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-22 20:52:27 +00:00
remove publish from ci
This commit is contained in:
parent
1369d25c8a
commit
d3da7d0182
1 changed files with 0 additions and 16 deletions
|
@ -87,19 +87,3 @@ pages:
|
|||
- public
|
||||
only:
|
||||
- master
|
||||
|
||||
publish:
|
||||
stage: publish
|
||||
image: msrd0/rust:alpine
|
||||
before_script:
|
||||
- cargo -V
|
||||
- cargo login $CRATES_IO_TOKEN
|
||||
script:
|
||||
- cd gotham_restful_derive
|
||||
- cargo publish
|
||||
- sleep 1m
|
||||
- cd ../gotham_restful
|
||||
- cargo publish
|
||||
- cd ..
|
||||
only:
|
||||
- tags
|
||||
|
|
Loading…
Add table
Reference in a new issue