Skip to content

Commit

Permalink
adjusted according to Zak's suggestions & addition to previous ticket…
Browse files Browse the repository at this point in the history
…: FOLIO-3768 part2
  • Loading branch information
eldiiar-duishenaliev committed Jan 16, 2024
1 parent 854135d commit f70a361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/buildStripesPlatform.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def call(String okapiUrl, String tenant, String branch='') {

def foliociLib = new org.folio.foliociCommands()

if (!(branch =~ /^[rR]\d-\d{4}(-([rR][cC]|hotfix-\d))?$/ || /\bmaster\b/)) {
if (!(branch =~ /^[rR]\d-\d{4}(-([rR][cC]|hotfix-\d))?$/) && !(branch =~ /\bmaster\b/)) {
sh 'rm -f yarn.lock'
}

Expand Down

0 comments on commit f70a361

Please sign in to comment.