Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
kaana.red
explorer.kaana.red
Commits
ace09428
Commit
ace09428
authored
Apr 23, 2021
by
TonyFord
Browse files
add removeall
parent
567fad7c
Pipeline
#24582
passed with stage
in 52 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ace09428
...
...
@@ -6,6 +6,7 @@ stages:
-
stop
-
uninstall
-
remove
-
removeall
build-explorer
:
stage
:
build
...
...
@@ -86,12 +87,26 @@ remove-explorer:
refs
:
-
master
variables
:
-
$CMD =~ /remove/
-
$CMD =~ /
^
remove
$
/
before_script
:
-
chmod +x setenv && . setenv
script
:
-
deploy/remove
removeall-explorer
:
stage
:
removeall
tags
:
-
kaana.red
only
:
refs
:
-
master
variables
:
-
$CMD =~ /^removeall$/
before_script
:
-
chmod +x setenv && . setenv
script
:
-
deploy/removeall
status-explorer
:
stage
:
status
tags
:
...
...
deploy/remove
View file @
ace09428
#!/bin/bash
docker-compose stop
docker-compose down
-v
--rmi
all
--remove-orphans
docker-compose down
-v
--remove-orphans
deploy/removeall
0 → 100644
View file @
ace09428
#!/bin/bash
docker-compose stop
docker-compose down
-v
--rmi
all
--remove-orphans
setenv
View file @
ace09428
...
...
@@ -53,4 +53,5 @@ chmod +x deploy/stop
chmod
+x deploy/install
chmod
+x deploy/uninstall
chmod
+x deploy/remove
chmod
+x deploy/removeall
chmod
+x deploy/help
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment