mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
Remove branch condition from Travis deployment
So we can automatically deploy from release branches
This commit is contained in:
parent
4dbf2796c0
commit
03230b6386
@ -28,7 +28,7 @@ jobs:
|
|||||||
- python: 3.6.6
|
- python: 3.6.6
|
||||||
env: TOXENV=style
|
env: TOXENV=style
|
||||||
|
|
||||||
# These jobs only occur on tag creation for V3/develop if the prior ones succeed
|
# These jobs only occur on tag creation if the prior ones succeed
|
||||||
- stage: PyPi Deployment
|
- stage: PyPi Deployment
|
||||||
if: tag IS present
|
if: tag IS present
|
||||||
python: 3.6.6
|
python: 3.6.6
|
||||||
@ -42,7 +42,6 @@ jobs:
|
|||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
repo: Cog-Creators/Red-DiscordBot
|
repo: Cog-Creators/Red-DiscordBot
|
||||||
branch: V3/develop
|
|
||||||
python: 3.6.6
|
python: 3.6.6
|
||||||
tags: true
|
tags: true
|
||||||
- stage: Crowdin Deployment
|
- stage: Crowdin Deployment
|
||||||
@ -62,6 +61,5 @@ jobs:
|
|||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
repo: Cog-Creators/Red-DiscordBot
|
repo: Cog-Creators/Red-DiscordBot
|
||||||
branch: V3/develop
|
|
||||||
python: 3.6.6
|
python: 3.6.6
|
||||||
tags: true
|
tags: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user