Fixed typo
Some checks failed
autoBIGS.engine-bioconda/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2025-02-20 17:46:40 +00:00
parent 810ec0ee6a
commit f937ea110d

1
Jenkinsfile vendored
View File

@ -70,7 +70,6 @@ pipeline {
AUTH = credentials('git.reslate.systems') AUTH = credentials('git.reslate.systems')
} }
steps { 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' 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'
} }
} }