Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
static-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
8 years ago
Commit
2038abafebdd17a5e116ba04d9e5df68ecd7b15a
1 parent
d737d431
submodule change to clone
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/ci/build.js
apps/ci/build.js
View file @
2038aba
...
...
@@ -110,7 +110,7 @@ class Build {
update
=
true
;
syncCodeScript
=
`
git
fetch
&&
git
checkout
$
{
self
.
branch
}
&&
git
reset
--
hard
origin
/
$
{
self
.
branch
}
&&
git
pull
origin
$
{
self
.
branch
}
`
;
}
else
{
syncCodeScript
=
`
git
submodule
add
-
f
$
{
this
.
project
.
gitlab
}
`
;
syncCodeScript
=
`
git
clone
$
{
this
.
project
.
gitlab
}
`
;
}
this
.
_log
(
`
>>>>>>>>>
$
{
syncCodeScript
}
>>>>>>>>>>>
`
);
...
...
Please
register
or
login
to post a comment