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:
stage: build
image: davidhrbac/docker-mkdocscheck:latest
script:
- apt-get update
- apt-get -y install git
#- apt-get update
#- apt-get -y install git
- bash add_version.sh
- bash get_modules.sh
- mkdocs build
......@@ -36,7 +36,7 @@ shellcheck:
deploy to stage:
environment: stage
stage: deploy
image: ruby:latest
image: davidhrbac/docker-mkdocscheck:latest
before_script:
# install ssh-agent
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
......@@ -57,7 +57,7 @@ deploy to stage:
deploy to production:
environment: production
stage: deploy
image: ruby:latest
image: davidhrbac/docker-mkdocscheck:latest
before_script:
# install ssh-agent
- '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.
Finish editing this message first!
Please register or to comment