forked from platypush/platypush
[CI/CD] Trying to prevent race conditions on S3 access from Drone CI automation
This commit is contained in:
parent
ff02d2a3c8
commit
111cb5e62a
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,6 @@ steps:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- update-debian-oldstable-packages
|
|
||||||
- build-ui
|
- build-ui
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
|
@ -453,6 +452,7 @@ steps:
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- build-ui
|
- build-ui
|
||||||
|
- update-debian-stable-packages
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
- echo "-- Copying source directory"
|
- echo "-- Copying source directory"
|
||||||
|
|
Loading…
Reference in a new issue