Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
c82d91c6
Commit
c82d91c6
authored
Dec 19, 2018
by
Guilhem Saurel
Browse files
gitlab-ci.yml: use git clone
parent
0abf9958
Pipeline
#2016
passed with stages
in 1 minute and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/templates/rainboard/gitlab-ci.yml
View file @
c82d91c6
...
...
@@ -18,10 +18,10 @@ cache:
-
cd /root/robotpkg/{{ robotpkg.category }}
-
git pull
{
%
if robotpkg.without_py %
}
- cd {{ robotpkg.without_py }}
- make checkout MASTER_REPOSITORY="
dir
${CI_PROJECT_DIR}"
- make checkout MASTER_REPOSITORY="
git
${CI_PROJECT_DIR}
/.git
"
- cd ..
{
%
endif %
}
- cd {{ robotpkg }}
- make checkout MASTER_REPOSITORY="
dir
${CI_PROJECT_DIR}"
- make checkout MASTER_REPOSITORY="
git
${CI_PROJECT_DIR}
/.git
"
- make install
- cd $(make show-var VARNAME=WRKSRC)
{
%
if project.tests %
}
- make test
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment