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
Merge requests
!31
Use the recommended way of cloning the industrial_ci repo - and explicit branch name
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use the recommended way of cloning the industrial_ci repo - and explicit branch name
change-clone
into
master
Overview
5
Commits
2
Pipelines
2
Changes
2
Merged
Jon Azpiazu
requested to merge
change-clone
into
master
5 years ago
Overview
5
Commits
2
Pipelines
2
Changes
2
Expand
https://github.com/ros-industrial/industrial_ci/blob/master/.gitlab-ci.yml#L18
0
0
Merge request reports
Compare
master
version 1
3ad7f34a
5 years ago
master (base)
and
latest version
latest version
8baccd31
2 commits,
5 years ago
version 1
3ad7f34a
1 commit,
5 years ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-industrial-ci-kinetic-no-rosinstall.yml
+
1
−
1
Options
@@ -19,7 +19,7 @@ before_script:
stage
:
build
before_script
:
-
apk add --update bash coreutils tar
-
git clone https://github.com/ros-industrial/industrial_ci.git .ci_config
-
git clone
--quiet --depth 1
https://github.com/ros-industrial/industrial_ci.git .ci_config
-b legacy
-
docker login ${ARTIFACT_DOCKER_URL} -u ${ARTIFACT_CI_USER} -p ${ARTIFACT_CI_TOKEN}
script
:
.ci_config/gitlab.sh
variables
:
Loading