From d3da7d018247e9b839627634a162516ce31c4b89 Mon Sep 17 00:00:00 2001 From: Dominic Date: Sun, 4 Oct 2020 18:25:02 +0200 Subject: [PATCH] remove publish from ci --- .gitlab-ci.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb7c703..f4a69ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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