Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
samourai-dojo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nickodev
samourai-dojo
Commits
f9768339
Commit
f9768339
authored
Oct 16, 2020
by
kenshin-samourai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update messages displayed during upgrade
parent
30cc85b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
docker/my-dojo/dojo.sh
docker/my-dojo/dojo.sh
+3
-2
No files found.
docker/my-dojo/dojo.sh
View file @
f9768339
...
...
@@ -311,10 +311,11 @@ upgrade() {
if
[
$?
-eq
1
]
||
[
"
$isRunning
"
==
"false"
]
;
then
echo
-e
"
\n
Checked that Dojo isn't running."
else
echo
-e
"
\n
Stopping Dojo before processing the upgrade.
\n
"
echo
"
"
stop
fi
# Update config files
echo
-e
"
\n
Preparing the upgrade of Dojo.
\n
"
update_config_files
# Cleanup
cleanup
...
...
@@ -326,7 +327,7 @@ upgrade() {
echo
-e
"
\n
Deleting Dojo containers and images."
eval
"docker-compose
$yamlFiles
down --rmi all"
fi
echo
-e
"
\n
Starting
build
of Dojo.
\n
"
echo
-e
"
\n
Starting
the upgrade
of Dojo.
\n
"
docker_up
--build
--force-recreate
--remove-orphans
buildResult
=
$?
if
[
$buildResult
-eq
0
]
;
then
...
...
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