Merge branch 'master' into feature/RM-6377_PublishDockerImagesAsPartOfEnterpriseRelease

This commit is contained in:
Elena Hardon
2018-07-04 14:24:56 +03:00
9 changed files with 9 additions and 23 deletions

View File

@@ -4,7 +4,7 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-rm</artifactId>
<packaging>pom</packaging>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.1_test-SNAPSHOT</version>
<name>Alfresco Records Management</name>
<url>http://www.alfresco.org/</url>
@@ -18,7 +18,8 @@
<connection>scm:git:https://git.alfresco.com/records-management/records-management.git</connection>
<developerConnection>scm:git:https://git.alfresco.com/records-management/records-management.git</developerConnection>
<url>https://git.alfresco.com/records-management/records-management</url>
</scm>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>JIRA</system>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-rm</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.1_test-SNAPSHOT</version>
</parent>
<licenses>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-rm-automation</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.1_test-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-rm</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.1_test-SNAPSHOT</version>
</parent>
<licenses>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-rm-community</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.1_test-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-rm-community</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.1_test-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -x
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
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
COUNTER=0