Skip to content

Commit cb73616

Browse files
committed
BUILD/MINOR: CI: replace runner tag docker with tag go
1 parent 640e34f commit cb73616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ compare build:
55
name: alpine:3.10.3
66
entrypoint: [""]
77
tags:
8-
- docker
8+
- go
99
script:
1010
# try building it and compare if resulting file is equal to what is commited.
1111
- cd build
@@ -17,7 +17,7 @@ yamllint:
1717
name: cytopia/yamllint:latest
1818
entrypoint: [""]
1919
tags:
20-
- docker
20+
- go
2121
script:
2222
# to test locally, run: docker run --rm -v $(pwd):/data cytopia/yamllint .
2323
- /bin/sh -c "yamllint -f colored ."

0 commit comments

Comments
 (0)