Skip to content

Commit 5dc96c2

Browse files
authored
Remove unused manifest (#41)
1 parent 0edb491 commit 5dc96c2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.travis.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,3 @@ matrix:
5959
- os: linux
6060
arch: arm64
6161
env: DOCKERFILE=Dockerfile.arm32v7 IMAGE=arm ARCH=arm32v7
62-
- if: type = push AND (branch = master OR tag IS present)
63-
stage: "Docker Manifest"
64-
addons:
65-
apt:
66-
packages:
67-
- docker-ce
68-
install:
69-
before_script:
70-
script:
71-
- export DOCKER_CLI_EXPERIMENTAL=enabled
72-
- echo "$DOCKER_PASS_QUAY" | docker login -u "$DOCKER_USER_QUAY" --password-stdin quay.io;
73-
- docker pull quay.io/codait/max-base:powerai-ppc64le-"$VERSION";
74-
- docker pull quay.io/codait/max-base:powerai-x86_64-"$VERSION";
75-
- docker manifest create quay.io/codait/max-base:powerai-"$VERSION" quay.io/codait/max-base:powerai-ppc64le-"$VERSION" quay.io/codait/max-base:powerai-x86_64-"$VERSION";
76-
- docker manifest push quay.io/codait/max-base:powerai-"$VERSION";
77-
after_success:

0 commit comments

Comments
 (0)