Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Imldeployment Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Imldeployment Client
Commits
1732abb3
Commit
1732abb3
authored
1 year ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Plain Diff
Merge branch '6877_final_status_in_log' into 'master'
small fixes See merge request
!14
parents
9ecaad40
59948824
No related branches found
Branches containing commit
No related tags found
1 merge request
!14
small fixes
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/create_config.sh
+1
-1
1 addition, 1 deletion
bin/create_config.sh
deploy_app.sh
+1
-0
1 addition, 0 deletions
deploy_app.sh
with
2 additions
and
1 deletion
bin/create_config.sh
+
1
−
1
View file @
1732abb3
...
@@ -23,7 +23,7 @@ replacefile=$*
...
@@ -23,7 +23,7 @@ replacefile=$*
test
-z
"
$replacefile
"
&&
replacefile
=
"replace*.txt"
test
-z
"
$replacefile
"
&&
replacefile
=
"replace*.txt"
tmpfile
=
/tmp/myreplacement.tmp
tmpfile
=
/tmp/myreplacement.tmp
usage
=
"
`
basename
$0
`
TEMPLATE-FILE OUTFILE [optional: REPLACE-DATA-FILE]"
usage
=
"
USAGE:
$(
basename
$0
)
TEMPLATE-FILE OUTFILE [optional: REPLACE-DATA-FILE
(S)
]"
# cfgdiff is set in setProfile in ../deploy_app.sh while running through a profile
# cfgdiff is set in setProfile in ../deploy_app.sh while running through a profile
# if create_config.sh is used standalone we hide the output
# if create_config.sh is used standalone we hide the output
...
...
This diff is collapsed.
Click to expand it.
deploy_app.sh
+
1
−
0
View file @
1732abb3
...
@@ -137,6 +137,7 @@ function run_task(){
...
@@ -137,6 +137,7 @@ function run_task(){
if
[
-x
"
${
taskscript
}
"
]
;
then
if
[
-x
"
${
taskscript
}
"
]
;
then
echo
"INFO: starting script
${
taskscript
}
..."
echo
"INFO: starting script
${
taskscript
}
..."
.
"
${
taskscript
}
"
||
exit
10
.
"
${
taskscript
}
"
||
exit
10
echo
"DONE: script
${
taskscript
}
"
else
else
test
-f
"
${
taskscript
}
"
&&
(
echo
"SKIP: task script
${
taskscript
}
is not executable."
;
ls
-l
"
${
taskscript
}
"
)
test
-f
"
${
taskscript
}
"
&&
(
echo
"SKIP: task script
${
taskscript
}
is not executable."
;
ls
-l
"
${
taskscript
}
"
)
test
-f
"
${
taskscript
}
"
||
echo
"SKIP: task script
${
taskscript
}
does not exist."
test
-f
"
${
taskscript
}
"
||
echo
"SKIP: task script
${
taskscript
}
does not exist."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment