From 7073dddadf056db94db1bdf4b897278601409cad Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Fri, 14 Aug 2020 14:17:17 +0200 Subject: [PATCH] CI: Only deploy on ARM64 for now No dev image available yet for testing. Signed-off-by: Michael Mayer --- .drone.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.drone.yml b/.drone.yml index 904fcd816..f4a65541a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -66,22 +66,6 @@ platform: os: linux steps: - - name: up - commands: - - docker-compose -f docker-compose.drone.yml up -d --build --force-recreate - - - name: test - commands: - - docker-compose -f docker-compose.drone.yml exec -T photoprism make all test install migrate - - - name: down - commands: - - docker-compose -f docker-compose.drone.yml down - when: - status: - - failure - - success - - name: deploy environment: DOCKER_USERNAME: @@ -91,9 +75,6 @@ steps: commands: - scripts/docker-login.sh - make docker-photoprism-arm64 - when: - status: - - success - name: clean commands: