diff --git a/Jenkinsfile b/Jenkinsfile index 307fe82..9182745 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -70,7 +70,6 @@ pipeline { AUTH = credentials('git.reslate.systems') } steps { - sh sh 'curl --user AUTH_USR:AUTH_PSW --upload-file ./conda-dist/**/*.conda https://git.reslate.systems/api/packages/${AUTH_USR}/conda/package-1.0.conda' } }