Skip to content
Snippets Groups Projects
Commit 0d8c50fb authored by Jose Raul Barreras's avatar Jose Raul Barreras
Browse files

fix tags

parent edefe242
No related branches found
No related tags found
4 merge requests!5Develop,!4Working copy,!3Static code analysis on xls branch,!1WIP: Static code analysis on xls branch
......@@ -5,14 +5,14 @@ stages:
Check Makefile:
stage: verify
tags:
- shell, docker
- linux, dockerd
script:
- docker run --rm -v "${PWD}:/work" -w /work mandrean/checkmake ./Makefile
Lint and Validate dockerfiles:
stage: verify
tags:
- shell, docker
- linux, dockerd
script:
- make test
......@@ -20,6 +20,6 @@ Make All Images:
stage: build
image: projectatomic/dockerfile-lint
tags:
- shell, docker
- linux, dockerd
script:
- make
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment