fix: drone - incorrect depends_on in the migrations-manifest pipeline [skip ci]
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Dawid Wysokiński 2023-06-09 08:49:50 +02:00
parent 9e0e3365e4
commit 2351524c19
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 2 additions and 2 deletions

View File

@ -324,7 +324,7 @@ trigger:
- tag
depends_on:
- linux-amd64
- migrations-linux-amd64
---
kind: pipeline
@ -372,6 +372,6 @@ depends_on:
- migrations-manifest
---
kind: signature
hmac: e6802665ceabcab8b519156f14f050b5a3714f0dd402f2c88c81e6723bf8d590
hmac: adb6f2a2d07f26eb833ea4cac0f54bb6aea7bc53a38d423afe7408701b270ac2
...