Skip to content

Commit

Permalink
fix (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
aatoyan authored May 29, 2024
1 parent eeb85ce commit 8ba6574
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/folio/Constants.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class Constants {
static String OKAPI_SUPERADMIN_CREDENTIALS_ID = "okapi-superadmin-credentials"

//Teams
static Map ENVS_MEMBERS_LIST = ["aggies" : ["Aggies"],
static Map ENVS_MEMBERS_LIST = ["aggies" : ["Aggies"],
"bama" : ["Bama"],
"concorde" : ["concorde"],
"consortia" : ["thunderjet"],
Expand Down Expand Up @@ -110,7 +110,7 @@ class Constants {
"volaris-2nd" : ["volaris"],
"rtr" : ["volaris"],
"snapshot" : [],
"leipzig" : ["leipzig"] ]
"leipzig" : ["leipzig"]]

//Cypress
static String CYPRESS_REPOSITORY_URL = "${FOLIO_GITHUB_URL}/stripes-testing.git"
Expand Down
1 change: 1 addition & 0 deletions vars/jobsParameters.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ static List devEnvironmentsList() {
'firebird',
'folijet',
'folijet-lotus',
'leipzig',
'metadata',
'nest-es',
'nla',
Expand Down

0 comments on commit 8ba6574

Please sign in to comment.