Skip to content
Snippets Groups Projects
Commit a3749016 authored by David Hrbáč's avatar David Hrbáč
Browse files

CI speed up lint

parent 2a3936b7
No related branches found
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
Pipeline #
...@@ -15,8 +15,8 @@ mkdocs: ...@@ -15,8 +15,8 @@ mkdocs:
stage: build stage: build
image: davidhrbac/docker-mkdocscheck:latest image: davidhrbac/docker-mkdocscheck:latest
script: script:
- apt-get update #- apt-get update
- apt-get -y install git #- apt-get -y install git
- bash add_version.sh - bash add_version.sh
- bash get_modules.sh - bash get_modules.sh
- mkdocs build - mkdocs build
...@@ -36,7 +36,7 @@ shellcheck: ...@@ -36,7 +36,7 @@ shellcheck:
deploy to stage: deploy to stage:
environment: stage environment: stage
stage: deploy stage: deploy
image: ruby:latest image: davidhrbac/docker-mkdocscheck:latest
before_script: before_script:
# install ssh-agent # install ssh-agent
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
...@@ -57,7 +57,7 @@ deploy to stage: ...@@ -57,7 +57,7 @@ deploy to stage:
deploy to production: deploy to production:
environment: production environment: production
stage: deploy stage: deploy
image: ruby:latest image: davidhrbac/docker-mkdocscheck:latest
before_script: before_script:
# install ssh-agent # install ssh-agent
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment