Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Merge requests
!41
Resolve "Add asciidoctor syntax check to CI tests"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Add asciidoctor syntax check to CI tests"
17-add-asciidoctor-syntax-check-to-ci-tests-2
into
master
Overview
2
Commits
3
Pipelines
3
Changes
3
Merged
Jon Azpiazu
requested to merge
17-add-asciidoctor-syntax-check-to-ci-tests-2
into
master
5 years ago
Overview
2
Commits
3
Pipelines
3
Changes
2
Closes
#17 (closed)
Edited
5 years ago
by
Jon Azpiazu
0
0
Merge request reports
Compare
version 1
version 1
7bac8b8c
5 years ago
master (base)
and
latest version
latest version
68dc39c8
3 commits,
5 years ago
version 1
7bac8b8c
2 commits,
5 years ago
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+
1
−
1
View file @ 68dc39c8
Edit in single-file editor
Open in Web IDE
Show full file
@@ -143,7 +143,7 @@ adoc_syntax:
before_script
:
-
apk add --update curl asciidoctor bash
script
:
-
curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/
17-add-asciidoctor-syntax-check-to-ci-tests-2
/scripts/asciidoctor_syntax_check.bash | bash -s -- .
-
curl -Ls https://git.code.tecnalia.com/tecnalia_robotics-public/gitlab_templates/raw/
master
/scripts/asciidoctor_syntax_check.bash | bash -s -- .
tags
:
-
docker
when
:
always
Loading