Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jimi.ji
2018-06-19 18:26:03 +0800
Commit
4b9a8ba3282974c0b2838cd4958282b980ccaf26
1 parent
4790d821
Update docker.sh
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
docker.sh
docker.sh
View file @
4b9a8ba
...
...
@@ -30,7 +30,7 @@ then
rm -rf public/dist
fi
if
[[
$1
==
"
TEST1"
]]
||
[[
$1
==
"TEST2"
]]
||
[[
$1
==
"TEST
3"
]]
if
[[
$1
==
"
test1"
]]
||
[[
$1
==
"test2"
]]
||
[[
$1
==
"test
3"
]]
then
yarn build
fi
...
...
Please
register
or
login
to post a comment