Skip to content

Commit

Permalink
Use better wording for release pipeline and steps (go-gitea#10701)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk authored Mar 11, 2020
1 parent 6618348 commit 263c859
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit 263c859

Please sign in to comment.