Compare commits
4 Commits
59f007873c
...
develop
Author | SHA1 | Date | |
---|---|---|---|
37e6bbba1f | |||
b94643d36b | |||
9dce2d26b6 | |||
a6871214a4 |
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -8,7 +8,7 @@
|
||||
"name": "Run Fasta Filter",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/filterfasta/filterfasta.py",
|
||||
"module": "filterfasta.cli",
|
||||
"args": [
|
||||
"reference_standards.fas",
|
||||
"reference_standards_filtered.fas",
|
||||
|
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -34,7 +34,7 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
withCredentials([usernamePassword(credentialsId: '4d6f64be-d26d-4f95-8de3-b6a9b0beb311', passwordVariable: 'PASS', usernameVariable: 'USER')]) {
|
||||
sh returnStdout: true, script: "python -m twine upload --repository-url https://git.reslate.systems/api/packages/${USER}/pypi -u ${USER} -p ${PASS} --non-interactive --disable-progress-bar --verbose dist/*"
|
||||
sh returnStatus: true, script: "python -m twine upload --repository-url https://git.reslate.systems/api/packages/${USER}/pypi -u ${USER} -p ${PASS} --non-interactive --disable-progress-bar --verbose dist/*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user