From 0faa42a048790c35e9e2b32f92efc1af51aa8eca Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Thu, 24 Nov 2022 23:13:29 +0100 Subject: [PATCH] Publish depends on build --- .drone.yml | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8d9b26d..ade9602 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,36 +28,6 @@ steps: # commands: # pipenv run pytest ---- -kind: pipeline -type: docker -name: Build and test arm64 - -platform: - os: linux - arch: arm64 - -steps: - - name: Build source - image: python:3.10 - commands: - - make build - - - name: Install - image: python:3.10 - commands: - - make dist - - pip3 install pipenv - - pipenv install - - pipenv sync - - pipenv install dist/delugeClient_kevin-0.3.1-py3-none-any.whl -# - pipenv install pytest - -# - name: Run tests -# image: python:3.10 -# commands: -# pipenv run pytest - --- kind: pipeline type: docker @@ -83,3 +53,6 @@ steps: - pip3 install pipenv - pipenv install twine # - pipenv run twine upload dist/* + +depends_on: + - Build and test amd64 \ No newline at end of file