Skip to content

Commit 9f57bc3

Browse files
author
Gonzalo Diaz
committed
[BUGFIX] [REFACTOR] [CONFIG] [Docker] lint stage:
- yamllint config needs .gitignore
1 parent 3483134 commit 9f57bc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ COPY ./.markdownlint.yaml ${WORKDIR}/
4444
# yamllint conf
4545
COPY ./.yamllint ${WORKDIR}/
4646
COPY ./.yamlignore ${WORKDIR}/
47+
COPY ./.gitignore ${WORKDIR}/
4748

4849
CMD ["make", "lint"]
4950

0 commit comments

Comments
 (0)