Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • 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

Target

Select target project
  • miguel.prada/gitlab_templates
  • tecnalia_robotics-public/gitlab_templates
2 results
Select Git revision
  • 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
Commits on Source (1)
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
......