Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
hive
condenser
Commits
bfa2eb19
Commit
bfa2eb19
authored
Apr 14, 2020
by
roeland lanparty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing stopping current condensor
parent
21e9c30b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
6 deletions
+25
-6
.gitlab-ci.yml
.gitlab-ci.yml
+25
-6
No files found.
.gitlab-ci.yml
View file @
bfa2eb19
before_script
:
-
"
ls
-l"
-
docker info
-
"
ls
-l
/"
stages
:
# - build
-
restart_staging
# - push_image
# - rollback
build
:
stage
:
build
# build:
# stage: build
# script:
# - echo "Testing stopping current condenser image"
# - ls -l
# - ./run.sh stop stg
# environment:
# name: staging
# only:
# - develop
restart_staging
:
stage
:
restart_staging
script
:
-
echo "Testing stopping current condenser image"
-
ls -l
-
./run.sh stop stg
environment
:
name
:
staging
only
:
-
develop
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