Skip to content

Use better wording for release pipeline and steps #10701

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ steps:

---
kind: pipeline
name: release-master
name: release-latest

platform:
os: linux
Expand Down Expand Up @@ -404,7 +404,7 @@ steps:
GPGSIGN_PASSPHRASE:
from_secret: gpgsign_passphrase

- name: release-branch-release
- name: release-branch
pull: always
image: plugins/s3:1
settings:
Expand All @@ -426,7 +426,7 @@ steps:
event:
- push

- name: release
- name: release-master
pull: always
image: plugins/s3:1
settings:
Expand Down Expand Up @@ -502,7 +502,7 @@ steps:
GPGSIGN_PASSPHRASE:
from_secret: gpgsign_passphrase

- name: release
- name: release-tag
pull: always
image: plugins/s3:1
settings:
Expand Down Expand Up @@ -742,7 +742,7 @@ depends_on:
- testing-arm64
- translations
- release-version
- release-master
- release-latest
- docker-linux-amd64-release
- docker-linux-arm64-release
- docker-manifest
Expand Down