From 9aa77b3739b8a3073cb09382fa4cb224db99ad63 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 10 Jan 2020 16:06:13 -0800 Subject: [PATCH] Remove py-tests and pypi to speed up docker validation --- .drone.star | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.star b/.drone.star index c993b63..83267be 100644 --- a/.drone.star +++ b/.drone.star @@ -3,10 +3,10 @@ def main(ctx): pipelines = [] # Run tests - pipelines += run_tests() + # pipelines += run_tests() # Add pypi push pipeline - pipelines += push_to_pypi(ctx) + # pipelines += push_to_pypi(ctx) # Add docker push pipelines pipelines += push_to_docker(ctx)