You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/06/26 13:26:50 UTC

[airavata] branch AIRAVATA-3326-improved-database-migration-script-creation updated: AIRAVATA-3326 docker-compose executions invoked manually, remove from verify phase

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch AIRAVATA-3326-improved-database-migration-script-creation
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/AIRAVATA-3326-improved-database-migration-script-creation by this push:
     new 17af75f  AIRAVATA-3326 docker-compose executions invoked manually, remove from verify phase
17af75f is described below

commit 17af75f735ed68daa3ffa64768e0a4c6ce24440a
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Fri Jun 26 09:23:42 2020 -0400

    AIRAVATA-3326 docker-compose executions invoked manually, remove from verify phase
---
 modules/registry/registry-core/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/registry/registry-core/pom.xml b/modules/registry/registry-core/pom.xml
index 39cd1ad..3099b25 100644
--- a/modules/registry/registry-core/pom.xml
+++ b/modules/registry/registry-core/pom.xml
@@ -276,7 +276,6 @@
                     </execution>
                     <execution>
                         <id>mysql-down</id>
-                        <phase>verify</phase>
                         <goals>
                             <goal>down</goal>
                         </goals>