Merge remote-tracking branch 'origin/master' into feature/RM-5859_AnyMarksStaging

This commit is contained in:
Elena Hardon
2018-07-03 15:39:38 +03:00
3 changed files with 1 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -x set -x
echo $imagesToBeDeleted echo $imagesToBeDeleted

View File

@@ -1,7 +0,0 @@
#!/usr/bin/env bash
set -e # exit if commands fails
set -x # trace what gets exe
docker-compose ps
docker-compose kill
docker-compose rm -fv

View File

@@ -1,12 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -e # exit if commands fails
set -x # trace what gets exe
docker info
docker-compose --version
echo "Starting Alfresco with AGS amps applied in Docker container"
docker-compose ps
docker-compose up -d
WAIT_INTERVAL=1 WAIT_INTERVAL=1
COUNTER=0 COUNTER=0