Skip to content

Commit e32b883

Browse files
committed
[skip ci] fix outdated config sample
1 parent c67be95 commit e32b883

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core.yaml.sample

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ image_cache: 2
1616
git:
1717
public_key: "***REMOVED***"
1818
private_key: "***REMOVED***"
19-
gitlab_token: "***REMOVED***"
19+
token: "***REMOVED***"
20+
scm_type: "gitlab"
2021

2122
docker:
2223
log_driver: "json-file"
@@ -47,4 +48,4 @@ timeout:
4748
remove_image: 600
4849
backup: 600
4950
common: 600
50-
realloc: 600
51+
realloc: 600

0 commit comments

Comments
 (0)