no cache build for all stages.
Some checks reported errors
continuous-integration/drone/tag Build was killed
Some checks reported errors
continuous-integration/drone/tag Build was killed
This commit is contained in:
parent
da53ef5727
commit
d7d551d66c
13
.drone.yml
13
.drone.yml
@ -94,6 +94,9 @@ steps:
|
||||
from_secret: hub_username
|
||||
password:
|
||||
from_secret: hub_password
|
||||
# TEMPORARY: Disable cache to force fresh certificate update
|
||||
# Remove this after first successful build to speed up future builds
|
||||
no_cache: true
|
||||
depends_on:
|
||||
- debug-dotnet-restore
|
||||
|
||||
@ -109,6 +112,8 @@ steps:
|
||||
from_secret: hub_username
|
||||
password:
|
||||
from_secret: hub_password
|
||||
# TEMPORARY: Disable cache to force fresh certificate update
|
||||
no_cache: true
|
||||
depends_on:
|
||||
- docker nocr telegram listener build & push
|
||||
|
||||
@ -124,6 +129,8 @@ steps:
|
||||
from_secret: hub_username
|
||||
password:
|
||||
from_secret: hub_password
|
||||
# TEMPORARY: Disable cache to force fresh certificate update
|
||||
no_cache: true
|
||||
depends_on:
|
||||
- docker nocr text matcher build & push
|
||||
|
||||
@ -139,6 +146,8 @@ steps:
|
||||
from_secret: hub_username
|
||||
password:
|
||||
from_secret: hub_password
|
||||
# TEMPORARY: Disable cache to force fresh certificate update
|
||||
no_cache: true
|
||||
depends_on:
|
||||
- docker nocr users build & push
|
||||
|
||||
@ -154,6 +163,8 @@ steps:
|
||||
from_secret: hub_username
|
||||
password:
|
||||
from_secret: hub_password
|
||||
# TEMPORARY: Disable cache to force fresh certificate update
|
||||
no_cache: true
|
||||
depends_on:
|
||||
- docker nocr telegram client build & push
|
||||
|
||||
@ -169,6 +180,8 @@ steps:
|
||||
from_secret: hub_username
|
||||
password:
|
||||
from_secret: hub_password
|
||||
# TEMPORARY: Disable cache to force fresh certificate update
|
||||
no_cache: true
|
||||
depends_on:
|
||||
- docker nocr text matcher migrator build & push
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user