Disable versioning build if not building it
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d093199cd9
commit
2f6e6e97ca
1 changed files with 4 additions and 1 deletions
|
@ -84,6 +84,9 @@ steps:
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
branch:
|
||||||
|
exclude:
|
||||||
|
- master
|
||||||
depends_on:
|
depends_on:
|
||||||
- build_versioned
|
- build_versioned
|
||||||
|
|
||||||
|
@ -194,6 +197,6 @@ volumes:
|
||||||
path: /opt/gitea/drone-cache/mcg/mlpcardgame
|
path: /opt/gitea/drone-cache/mcg/mlpcardgame
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 7e06e864bda33385597166eb0d2d00b94d9f8367cb459b7f94ca84e7134d806f
|
hmac: 73d743702e8545bf469f17b96c289a5d4f1d56eb3f1966c7c0a0e38d44d38aba
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue