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
Commits
199ed084
Commit
199ed084
authored
3 years ago
by
Iñigo Moreno i Caireta
Browse files
Options
Downloads
Patches
Plain Diff
Remove docker and shell lint from .gitlab-ci.yml
parent
de85c643
No related branches found
No related tags found
1 merge request
!70
Resolve "Update deprecated deploy job"
Pipeline
#57613
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-23
0 additions, 23 deletions
.gitlab-ci.yml
with
0 additions
and
23 deletions
.gitlab-ci.yml
+
0
−
23
View file @
199ed084
shellcheck
:
image
:
tecnalia-docker-dev.artifact.tecnalia.com/koalaman/shellcheck-alpine
script
:
shellcheck deploy/base/ros_entrypoint.bash scripts/*sh
tags
:
-
docker
# The ignored rules in hadolint checks are
# DL3006 Always tag the version of an image explicitly
# One of the Dockerfiles uses a temporary image which isn't important to tag
# and the other uses a tagged image through an ARG, which apparently is not
# properly recognized.
# DL3008 Pin versions in apt-get install
# A bit overkill
dockerfiles
:
image
:
tecnalia-docker-dev.artifact.tecnalia.com/hadolint/hadolint:latest-debian
script
:
-
RET=0
-
hadolint --ignore DL3006 --ignore DL3008 --ignore DL3059 deploy/base/Dockerfile || RET=1
-
hadolint --ignore DL3006 --ignore DL3008 --ignore DL3059 deploy/dev/Dockerfile || RET=1
-
exit $RET
tags
:
-
docker
yamllint
:
yamllint
:
image
:
tecnalia-docker-dev.artifact.tecnalia.com/sdesbure/yamllint
image
:
tecnalia-docker-dev.artifact.tecnalia.com/sdesbure/yamllint
script
:
yamllint $(find . -name '*.yml' -o -name '*.yaml')
script
:
yamllint $(find . -name '*.yml' -o -name '*.yaml')
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment