From 72935d8c7c8db140c0635240a39bae278b5dee55 Mon Sep 17 00:00:00 2001 From: Joshua Arulsamy Date: Sun, 9 Aug 2020 01:31:49 -0600 Subject: [PATCH] :rocket: Stop deployment in favor of docker hub --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b08e77a..dce5b1e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,7 +58,7 @@ pipeline { archiveArtifacts (allowEmptyArchive: true, artifacts: 'dist/*whl', fingerprint: true) - sh 'python deploy/push.py' + // sh 'python deploy/push.py' } } }