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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Compare revisions
master to 52-ddeploy-job-failing-when-enforcing-labels-alt-quick-dind-test
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
tecnalia_robotics-public/gitlab_templates
Select target project
No results found
52-ddeploy-job-failing-when-enforcing-labels-alt-quick-dind-test
Select Git revision
Branches
17-add-asciidoctor-syntax-check-to-ci-tests
3-upload-docker-compose-file-with-services-in-roboticsbuilder
40-repo-is-ros-testing
45-double-pipeline-triggered-if-merge-request-has-melodic-branch-name
46-default-docker-image-name-too-long
48-python3_syntax
52-ddeploy-job-failing-when-enforcing-labels-alt-quick-dind-test
55-collision-between-test-jobs-due-to-dds-autodiscovery-ros2
58-add-yolo-pip-package-support
62-deploy-jobs-do-not-pull-files-from-lfs-custom-docker-image
62-deploy-jobs-do-not-pull-files-from-lfs-manual-lfs-pull
66-jazzy-support
68-git-lfs-error-in-ddeploy-job
add-packages
dev-image-test
master
py3-without-industrial-ci-test
split-build-and-test
test-badges
test-lfs-concept
test-use-fat-docker-image
test/13-add-clang-format-to-the-ci-tests
test/configurable-ci-setup-lookup-path
use-minimal-docker
24 results
Swap
Target
tecnalia_robotics-public/gitlab_templates
Select target project
miguel.prada/gitlab_templates
tecnalia_robotics-public/gitlab_templates
2 results
master
Select Git revision
Branches
17-add-asciidoctor-syntax-check-to-ci-tests
3-upload-docker-compose-file-with-services-in-roboticsbuilder
40-repo-is-ros-testing
45-double-pipeline-triggered-if-merge-request-has-melodic-branch-name
46-default-docker-image-name-too-long
48-python3_syntax
52-ddeploy-job-failing-when-enforcing-labels-alt-quick-dind-test
55-collision-between-test-jobs-due-to-dds-autodiscovery-ros2
58-add-yolo-pip-package-support
62-deploy-jobs-do-not-pull-files-from-lfs-custom-docker-image
62-deploy-jobs-do-not-pull-files-from-lfs-manual-lfs-pull
66-jazzy-support
68-git-lfs-error-in-ddeploy-job
add-packages
dev-image-test
master
py3-without-industrial-ci-test
split-build-and-test
test-badges
test-lfs-concept
test-use-fat-docker-image
test/13-add-clang-format-to-the-ci-tests
test/configurable-ci-setup-lookup-path
use-minimal-docker
24 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Add a simple job to test dind
· ab8d7452
Prada Sarasola, Miguel
authored
1 year ago
ab8d7452
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-0
10 additions, 0 deletions
.gitlab-ci.yml
with
10 additions
and
0 deletions
.gitlab-ci.yml
View file @
ab8d7452
quick_dind_test
:
image
:
docker:git
services
:
-
name
:
docker:dind
alias
:
docker
script
:
-
docker image ls
tags
:
-
docker
shellcheck
:
image
:
tecnalia-docker-dev.artifact.tecnalia.com/koalaman/shellcheck-alpine
script
:
shellcheck scripts/*sh
...
...
This diff is collapsed.
Click to expand it.