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