🚀 Stop deployment in favor of docker hub

This commit is contained in:
Joshua Arulsamy 2020-08-09 01:31:49 -06:00
parent 76d2d97c62
commit 72935d8c7c

2
Jenkinsfile vendored
View File

@ -58,7 +58,7 @@ pipeline {
archiveArtifacts (allowEmptyArchive: true,
artifacts: 'dist/*whl',
fingerprint: true)
sh 'python deploy/push.py'
// sh 'python deploy/push.py'
}
}
}