diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-25 07:09:36 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-10-25 07:10:29 -0700 |
commit | 9ac1c298b240b54f13cb5a44ea80bda584e7fed2 (patch) | |
tree | 3c9414442c4590ebcfbb7e368098408677a7a05e /version-manifest/pom.xml | |
parent | 131f63d7741c5cf7b6ad2330b4f3bb91826b589c (diff) |
Script to check docker staging versions vs release
Change-Id: Icc73fe30ab65f90a513e77e814a0c2ea3e5f1d61
Issue-ID: INT-586
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'version-manifest/pom.xml')
-rw-r--r-- | version-manifest/pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml index 27fb4f478..48dd9c12a 100644 --- a/version-manifest/pom.xml +++ b/version-manifest/pom.xml @@ -150,6 +150,20 @@ </configuration> </execution> <execution> + <id>compare-docker-manifests</id> + <phase>validate</phase> + <goals> + <goal>exec</goal> + </goals> + <configuration> + <arguments> + <argument>${project.basedir}/src/main/scripts/compare-docker-manifests.sh</argument> + <argument>${project.basedir}/src/main/resources/docker-manifest.csv</argument> + <argument>${project.basedir}/src/main/resources/docker-manifest-staging.csv</argument> + </arguments> + </configuration> + </execution> + <execution> <id>check-java-artifacts-released</id> <phase>verify</phase> <goals> |