chore(): Adds pipeline dependency
This commit is contained in:
parent
b52312f876
commit
9e8a2a392f
1 changed files with 3 additions and 0 deletions
|
@ -69,3 +69,6 @@ steps:
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- ls -ltra bin/
|
- ls -ltra bin/
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- test
|
||||||
|
|
Loading…
Reference in a new issue