Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
朱海
/
VVAS-PicGroup
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e5155b25
authored
Nov 20, 2025
by
文帅营
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ci:解决构建脚本问题
1 parent
01b43f0f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
build/package-docker.sh
build/package-docker.sh
View file @
e5155b2
...
...
@@ -40,7 +40,7 @@ BASE_IMAGES_NAME=${!BASE_IMAGES_NAME_KEY}
replace_vars_in_file
()
{
local
template_file
=
"
$1
"
local
output_file
=
"
$2
"
local
var_pattern
=
'\$\{([
^}]+
)\}'
local
var_pattern
=
'\$\{([
a-zA-Z_][a-zA-Z0-9_]*
)\}'
local
temp_file
if
[[
"
$template_file
"
==
"
$output_file
"
]]
;
then
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment