Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Grows Sporos
electrumfairchainsx
Commits
aecd7967
Commit
aecd7967
authored
Mar 25, 2021
by
TonyFord
Browse files
add step status
parent
996806e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
aecd7967
...
...
@@ -2,6 +2,7 @@ stages:
-
build
-
start
-
new_ssl
-
status
-
stop
-
uninstall
-
remove
...
...
@@ -86,3 +87,15 @@ remove-electrumfairchainsx:
-
$CMD =~ /remove/
script
:
-
chmod +x deploy/remove && deploy/remove
status-electrumfairchainsx
:
stage
:
status
tags
:
-
FairCoin.Co
only
:
refs
:
-
master
variables
:
-
$CMD =~ /status/
script
:
-
chmod +x console/status && console/status
Write
Preview
Supports
Markdown
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