Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit defa178

Browse files
committed
split command args
1 parent 2df2d76 commit defa178

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

buildkite.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ steps:
1010
mount-checkout: false
1111
workdir: /workdir/example-contract
1212
command:
13-
- git fetch origin ${BUILDKITE_BRANCH}:${BUILDKITE_BRANCH} --tags --force
13+
- fetch
14+
- origin
15+
- ${BUILDKITE_BRANCH}:${BUILDKITE_BRANCH}
16+
- --tags
17+
- --force
1418
volumes:
1519
- .:/workdir

0 commit comments

Comments
 (0)