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

Commit 2df2d76

Browse files
committed
try git in front
1 parent 96f95b9 commit 2df2d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ steps:
1010
mount-checkout: false
1111
workdir: /workdir/example-contract
1212
command:
13-
- fetch origin ${BUILDKITE_BRANCH}:${BUILDKITE_BRANCH} --tags --force
13+
- git fetch origin ${BUILDKITE_BRANCH}:${BUILDKITE_BRANCH} --tags --force
1414
volumes:
1515
- .:/workdir

0 commit comments

Comments
 (0)