1
0
Fork 0
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:
Dominic 2020-10-04 18:25:02 +02:00
parent 1369d25c8a
commit d3da7d0182
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -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