From 061c1a0c0a972c8652be9d7a22d6c014fab2b46e Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Sat, 2 Jul 2022 14:09:00 -0500 Subject: [PATCH] Disable crate publish, bump version --- .drone.yml | 74 +++++++++++++++++++++++++++--------------------------- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 39 insertions(+), 39 deletions(-) diff --git a/.drone.yml b/.drone.yml index a486d75..d96cf27 100644 --- a/.drone.yml +++ b/.drone.yml @@ -381,41 +381,41 @@ trigger: event: - tag ---- +# --- -kind: pipeline -type: docker -name: publish-crate - -platform: - arch: amd64 - -clone: - disable: true - -steps: -- name: clone - image: alpine/git:latest - user: root - commands: - - git clone $DRONE_GIT_HTTP_URL . - - git checkout $DRONE_COMMIT - - chown -R 991:991 . - -- name: publish - image: asonix/rust-builder:latest-linux-amd64 - pull: always - environment: - CRATES_IO_TOKEN: - from_secret: crates_io_token - commands: - - cargo publish --token $CRATES_IO_TOKEN - -depends_on: -- build-amd64 -- build-arm64v8 -- build-arm32v7 - -trigger: - event: - - tag +# kind: pipeline +# type: docker +# name: publish-crate +# +# platform: +# arch: amd64 +# +# clone: +# disable: true +# +# steps: +# - name: clone +# image: alpine/git:latest +# user: root +# commands: +# - git clone $DRONE_GIT_HTTP_URL . +# - git checkout $DRONE_COMMIT +# - chown -R 991:991 . +# +# - name: publish +# image: asonix/rust-builder:latest-linux-amd64 +# pull: always +# environment: +# CRATES_IO_TOKEN: +# from_secret: crates_io_token +# commands: +# - cargo publish --token $CRATES_IO_TOKEN +# +# depends_on: +# - build-amd64 +# - build-arm64v8 +# - build-arm32v7 +# +# trigger: +# event: +# - tag diff --git a/Cargo.lock b/Cargo.lock index 46a0089..ee3783f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -288,7 +288,7 @@ checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" [[package]] name = "ap-relay" -version = "0.3.21" +version = "0.3.22-beta.0" dependencies = [ "activitystreams", "activitystreams-ext", diff --git a/Cargo.toml b/Cargo.toml index 014aada..74fd029 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ap-relay" description = "A simple activitypub relay" -version = "0.3.21" +version = "0.3.22-beta.0" authors = ["asonix "] license-file = "LICENSE" readme = "README.md"