We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640e34f commit cb73616Copy full SHA for cb73616
.gitlab-ci.yml
@@ -5,7 +5,7 @@ compare build:
5
name: alpine:3.10.3
6
entrypoint: [""]
7
tags:
8
- - docker
+ - go
9
script:
10
# try building it and compare if resulting file is equal to what is commited.
11
- cd build
@@ -17,7 +17,7 @@ yamllint:
17
name: cytopia/yamllint:latest
18
19
20
21
22
# to test locally, run: docker run --rm -v $(pwd):/data cytopia/yamllint .
23
- /bin/sh -c "yamllint -f colored ."
0 commit comments