Skip to content

Commit

Permalink
fix drone dependencies for manifest (#3624)
Browse files Browse the repository at this point in the history
  • Loading branch information
slim-bean authored Apr 19, 2021
1 parent 6e67d1e commit 0a02aec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .drone/drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ local manifest(apps) = pipeline('manifest') {
depends_on: [
'docker-%s' % arch
for arch in archs
] + [
'promtail-%s' % arch
for arch in archs
],
};

Expand Down
3 changes: 3 additions & 0 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,9 @@ depends_on:
- docker-amd64
- docker-arm64
- docker-arm
- promtail-amd64
- promtail-arm64
- promtail-arm

---
kind: pipeline
Expand Down

0 comments on commit 0a02aec

Please sign in to comment.