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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Imldeployment Client
Merge requests
!15
export some vars; abort on errors
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
export some vars; abort on errors
6877_final_status_in_log
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
export some vars; abort on errors
Hahn Axel (hahn)
requested to merge
6877_final_status_in_log
into
master
Dec 14, 2023
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
3ee05b61
Show latest version
1 file
+
6
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3ee05b61
export some vars; abort on errors
· 3ee05b61
Hahn Axel (hahn)
authored
Dec 14, 2023
deploy_app.sh
+
6
−
3
View file @ 3ee05b61
Edit in single-file editor
Open in Web IDE
Show full file
@@ -15,7 +15,8 @@
# 2022-11-24 v0.8 <axel.hahn@iml.unibe.ch> tar -xzf without dot as 2nd param
# 2022-11-25 v0.9 <axel.hahn@iml.unibe.ch> support custom phase + file per project
# 2023-02-14 v1.0 <axel.hahn@unibe.ch> set v1.0 (no changes)
# 2023-02-14 v1.1 <axel.hahn@unibe.ch> show OK message in profile log
# 2023-12-?? v1.1 <axel.hahn@unibe.ch> show OK message in profile log
# 2023-12-14 v1.2 <axel.hahn@unibe.ch> export some vars; abort on errors
# ======================================================================
@@ -23,8 +24,10 @@
# CONFIG
# ----------------------------------------------------------------------
cd
$(
dirname
$0
)
selfdir
=
$(
/bin/pwd
)
_version
=
1.0
_version
=
1.2
export
selfdir
;
selfdir
=
$(
/bin/pwd
)
export
profiledir
tmpdir
=
/var/tmp/imldeployment_packages
logdir
=
/var/log/imldeployment-client
Loading