ci: Disable linux-ppc64le deployment

Per issue #430
This commit is contained in:
Matt McCormick 2020-07-20 22:09:20 -04:00
parent 2a4fc7b1d6
commit b1cffeb994
No known key found for this signature in database
GPG Key ID: 2E6EE54E654A512B

View File

@ -699,18 +699,19 @@ jobs:
tagged=$(docker images -q -f 'since=dockcross/linux-s390x:latest' --format '{{.Repository}}:{{.Tag}}' | grep linux-s390x) tagged=$(docker images -q -f 'since=dockcross/linux-s390x:latest' --format '{{.Repository}}:{{.Tag}}' | grep linux-s390x)
docker push $tagged docker push $tagged
fi fi
- restore_cache: # Disabled per Issue #430
key: linux-ppc64le-assets-{{ .Revision }} #- restore_cache:
- deploy: #key: linux-ppc64le-assets-{{ .Revision }}
name: Deploy linux-ppc64le #- deploy:
command: | #name: Deploy linux-ppc64le
docker load -i ~/docker/linux-ppc64le.tar #command: |
if [ "${CIRCLE_BRANCH}" == "master" ]; then #docker load -i ~/docker/linux-ppc64le.tar
docker login -u $DOCKER_USER -p $DOCKER_PASS #if [ "${CIRCLE_BRANCH}" == "master" ]; then
docker push dockcross/linux-ppc64le:latest #docker login -u $DOCKER_USER -p $DOCKER_PASS
tagged=$(docker images -q -f 'since=dockcross/linux-ppc64le:latest' --format '{{.Repository}}:{{.Tag}}' | grep linux-ppc64le) #docker push dockcross/linux-ppc64le:latest
docker push $tagged #tagged=$(docker images -q -f 'since=dockcross/linux-ppc64le:latest' --format '{{.Repository}}:{{.Tag}}' | grep linux-ppc64le)
fi #docker push $tagged
#fi
- restore_cache: - restore_cache:
key: linux-x64-assets-{{ .Revision }} key: linux-x64-assets-{{ .Revision }}
- deploy: - deploy: