Skip to content

Commit a36914b

Browse files
Upgrade custom-checkout plugin to version 1.8.0 (#46)
1 parent 8ef113e commit a36914b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ steps:
2222
- label: "Skip checkout"
2323
command: 'echo "Skipping checkout"'
2424
plugins:
25-
- custom-checkout#v1.7.0:
25+
- custom-checkout#v1.8.0:
2626
skip_checkout: true
2727
```
2828
@@ -33,7 +33,7 @@ steps:
3333
- label: "Custom repository checkout"
3434
command: "buildkite-agent pipeline upload"
3535
plugins:
36-
- custom-checkout#v1.7.0:
36+
- custom-checkout#v1.8.0:
3737
skip_checkout: true
3838
repos:
3939
- url: "https://github.com/org/repo.git"
@@ -74,7 +74,7 @@ steps:
7474
- label: "Skip checkout"
7575
command: 'echo "Skipping checkout"'
7676
plugins:
77-
- custom-checkout#v1.7.0:
77+
- custom-checkout#v1.8.0:
7878
skip_checkout: true
7979
```
8080

@@ -85,7 +85,7 @@ steps:
8585
- label: "Custom checkout"
8686
command: "buildkite-agent pipeline upload"
8787
plugins:
88-
- custom-checkout#v1.7.0:
88+
- custom-checkout#v1.8.0:
8989
skip_checkout: true
9090
repos:
9191
- url: "https://github.com/org/repo.git"
@@ -98,7 +98,7 @@ steps:
9898
- label: "Multiple repos"
9999
command: "./script.sh"
100100
plugins:
101-
- custom-checkout#v1.7.0:
101+
- custom-checkout#v1.8.0:
102102
skip_checkout: true
103103
repos:
104104
- url: "https://github.com/org/repo1.git"
@@ -114,7 +114,7 @@ steps:
114114
- label: "Custom paths"
115115
command: "./script.sh"
116116
plugins:
117-
- custom-checkout#v1.7.0:
117+
- custom-checkout#v1.8.0:
118118
skip_checkout: true
119119
repos:
120120
- url: "https://github.com/org/repo1.git"
@@ -132,7 +132,7 @@ steps:
132132
- label: "Checkout with mirror"
133133
command: "buildkite-agent pipeline upload"
134134
plugins:
135-
- custom-checkout#v1.7.0:
135+
- custom-checkout#v1.8.0:
136136
skip_checkout: true
137137
repos:
138138
- url: "https://github.com/org/repo.git"
@@ -147,7 +147,7 @@ steps:
147147
- label: "Shallow clone with fetch"
148148
command: "buildkite-agent pipeline upload"
149149
plugins:
150-
- custom-checkout#v1.7.0:
150+
- custom-checkout#v1.8.0:
151151
skip_checkout: true
152152
repos:
153153
- url: "https://github.com/org/repo.git"

0 commit comments

Comments
 (0)