diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-06-26 12:40:28 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-06-26 13:23:45 -0700 |
commit | d53317c25c0c97acfb83a23aa38b9a7ebddb5560 (patch) | |
tree | 6a8740ff8e45ce05f973c49b37fbc7120d7d0a4e /version-manifest/pom.xml | |
parent | b529fa1824be51fac31f6d3d3bd1b82a21161f2e (diff) |
Remove docker-manifest-staging.csv
Change-Id: I77e4ab21818f900f9cfe3c0262295d93717422cf
Issue-ID: INT-533
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'version-manifest/pom.xml')
-rw-r--r-- | version-manifest/pom.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml index 4a6291184..2b9722819 100644 --- a/version-manifest/pom.xml +++ b/version-manifest/pom.xml @@ -109,19 +109,6 @@ </configuration> </execution> <execution> - <id>check-docker-manifest-staging-sorted</id> - <phase>validate</phase> - <goals> - <goal>exec</goal> - </goals> - <configuration> - <arguments> - <argument>${project.basedir}/src/main/scripts/check-sorted.sh</argument> - <argument>${project.basedir}/src/main/resources/docker-manifest-staging.csv</argument> - </arguments> - </configuration> - </execution> - <execution> <id>check-java-manifest-sorted</id> <phase>validate</phase> <goals> @@ -147,19 +134,6 @@ </arguments> </configuration> </execution> - <execution> - <id>check-staging-docker-images-exist</id> - <phase>validate</phase> - <goals> - <goal>exec</goal> - </goals> - <configuration> - <arguments> - <argument>${project.basedir}/src/main/scripts/check-docker-manifest-staging.sh</argument> - <argument>${project.basedir}/src/main/resources/docker-manifest-staging.csv</argument> - </arguments> - </configuration> - </execution> </executions> </plugin> </plugins> |