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

Commit 96f95b9

Browse files
committed
add pipeline file
1 parent 373cc5a commit 96f95b9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

buildkite.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
steps:
2+
- label: ':git: fetch'
3+
env:
4+
BUILDKITE_CLEAN_CHECKOUT: true
5+
plugins:
6+
- docker#v5.8.0:
7+
image: alpine/git
8+
mount-ssh-agent: true
9+
mount-buildkite-agent: true
10+
mount-checkout: false
11+
workdir: /workdir/example-contract
12+
command:
13+
- fetch origin ${BUILDKITE_BRANCH}:${BUILDKITE_BRANCH} --tags --force
14+
volumes:
15+
- .:/workdir

0 commit comments

Comments
 (0)