From 1e3d47371c23c21d4546791dae38a043f3b38f44 Mon Sep 17 00:00:00 2001 From: ILoveYaToo Date: Fri, 22 Jan 2021 04:42:15 -0500 Subject: [PATCH] fix upload --- .semaphore/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.semaphore/tests.yml b/.semaphore/tests.yml index 33d2d42..4708a4d 100644 --- a/.semaphore/tests.yml +++ b/.semaphore/tests.yml @@ -26,3 +26,8 @@ blocks: - docker-compose up -d - for i in {1..20}; do if [[ $(docker inspect postal | jq -r '.[].State.Health.Status') == "healthy" ]]; then break; elif [[ $i -eq 20 ]]; then exit 1; else sleep 15; fi; done; - artifact yank workflow postal-ubuntu-container.tar +promotions: + - name: Default Promotion + pipeline_file: upload.yml + auto_promote: + when: result = 'passed'