Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
microservice-autodevopspipelines
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李春生
microservice-autodevopspipelines
Commits
e8638e3c
Commit
e8638e3c
authored
Jan 10, 2019
by
据说甜蜜呢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改方法IsPublishableOf
parent
4f628fc7
Pipeline
#4247
passed with stage
in 17 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
devops/PipeLines/Functions.core.sh
+2
-1
devops/PipeLines/Updating/002_SyncConfig.sh
+0
-1
No files found.
devops/PipeLines/Functions.core.sh
View file @
e8638e3c
...
...
@@ -135,5 +135,5 @@ function IsPublishableOf()
{
declare
prefix
=
$1
declare
isP
=(
$(
grep
-oP
"(?<=
${
prefix
}
Publishable>)[^<]+"
"/tmp/cicd.props"
)
)
eval
$2
=
isP
eval
$2
=
"
${
isP
}
"
}
\ No newline at end of file
devops/PipeLines/Updating/002_SyncConfig.sh
View file @
e8638e3c
...
...
@@ -28,7 +28,6 @@ else
if
[
"
${
isPublishable
}
"
==
"1"
]
;
then
GetServiceDir
${
servicePrefix
}
${
serviceName
}
serviceDir
CreateConfig
${
Environment
}
${
namespace
}
${
k8sApiServer
}
${
serviceDir
}
${
servicePrefix
}
${
accessToken
}
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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