diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-05-02 17:19:14 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2019-05-02 17:19:14 -0700 |
commit | 3783f88709ce31c05c7a32572ee398aa9fe5e961 (patch) | |
tree | ab839e5276e07033c8ba8afb039e730f0c08255f /version-manifest/pom.xml | |
parent | 12750c04bc340ac2e4cf4497bc31323f9d1811e7 (diff) |
Remove docker-manifest.csv
The release manifest has been decomissioned. Teams
should put release versions directly in oom repo.
Change-Id: Ifd42b81a6f7339562ab92ebc72cfb3af2b9ec691
Issue-ID: INT-1055
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'version-manifest/pom.xml')
-rw-r--r-- | version-manifest/pom.xml | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml index ab55b5c90..1548550b9 100644 --- a/version-manifest/pom.xml +++ b/version-manifest/pom.xml @@ -85,19 +85,6 @@ </configuration> <executions> <execution> - <id>check-docker-manifest-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.csv</argument> - </arguments> - </configuration> - </execution> - <execution> <id>check-docker-manifest-staging-sorted</id> <phase>validate</phase> <goals> @@ -124,19 +111,6 @@ </configuration> </execution> <execution> - <id>check-docker-images-released</id> - <phase>verify</phase> - <goals> - <goal>exec</goal> - </goals> - <configuration> - <arguments> - <argument>${project.basedir}/src/main/scripts/check-docker-manifest.sh</argument> - <argument>${project.basedir}/src/main/resources/docker-manifest.csv</argument> - </arguments> - </configuration> - </execution> - <execution> <id>check-docker-staging-images-exist</id> <phase>verify</phase> <goals> @@ -150,20 +124,6 @@ </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> |