Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SCS
docs.it4i.cz
Commits
a3749016
Commit
a3749016
authored
Jan 18, 2017
by
David Hrbáč
Browse files
CI speed up lint
parent
2a3936b7
Pipeline
#1451
passed with stages
in 56 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a3749016
...
...
@@ -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
)'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment