From dabed7eb2edcb5b84f2f48d59b69b2d9b3642df2 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Tue, 4 Feb 2020 23:32:59 +0100 Subject: [PATCH] feat: Rust 1.41.0 --- .drone.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.drone.yml b/.drone.yml index fa92cc0..ab8668e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ pipeline: # DEVELOPMENT test: - image: joseluisq/rust-linux-darwin-builder:1.40.0 + image: joseluisq/rust-linux-darwin-builder:1.41.0 group: development commands: - make test @@ -22,7 +22,7 @@ pipeline: # PRODUCTION build-release: - image: joseluisq/rust-linux-darwin-builder:1.40.0 + image: joseluisq/rust-linux-darwin-builder:1.41.0 group: production commands: - make prod.release @@ -76,20 +76,6 @@ pipeline: when: event: tag - ## Github release step is not required because this is a Gitea based project - # publish-github-release: - # image: plugins/github-release - # group: production - # api_key: - # from_secret: github_token - # files: - # - ./bin/*.tar.gz - # - ./bin/*.zip - # - ./bin/*-SHA256SUM - # prerelease: true - # when: - # event: tag - publish-image-scratch-docker-hub: image: plugins/docker group: production -- libgit2 1.7.2