Compare commits
2 Commits
8e1b30ae7d
...
b56c75849c
Author | SHA1 | Date | |
---|---|---|---|
b56c75849c | |||
09cc9787fd |
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -37,10 +37,6 @@ pipeline {
|
|||||||
stage("publish") {
|
stage("publish") {
|
||||||
parallel {
|
parallel {
|
||||||
stage ("git.reslate.systems") {
|
stage ("git.reslate.systems") {
|
||||||
when {
|
|
||||||
branch '**/main'
|
|
||||||
}
|
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
CREDS = credentials('username-password-rs-git')
|
CREDS = credentials('username-password-rs-git')
|
||||||
}
|
}
|
||||||
|
@ -53,6 +53,7 @@ async def run(args: Namespace):
|
|||||||
writer.writerows(sorted_seqdef_dbs)
|
writer.writerows(sorted_seqdef_dbs)
|
||||||
print("\nDatabase output written to {0}".format(args.csv_output))
|
print("\nDatabase output written to {0}".format(args.csv_output))
|
||||||
|
|
||||||
|
if args.list_bigsdb_schemes:
|
||||||
csv_scheme_rows = []
|
csv_scheme_rows = []
|
||||||
for bigsdb_scheme_name in args.list_bigsdb_schemes:
|
for bigsdb_scheme_name in args.list_bigsdb_schemes:
|
||||||
schemes = await bigsdb_index.get_schemes_for_seqdefdb(bigsdb_scheme_name)
|
schemes = await bigsdb_index.get_schemes_for_seqdefdb(bigsdb_scheme_name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user