Skip to content

Commit

Permalink
build internal
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Nov 28, 2023
1 parent 7ceefaf commit edde644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ List<String> defineFlavor() {
} else if (branchName == "internal") {
return ['Internal']
}
return ['Staging']
return ['Internal']
}

String defineBuildType(String flavor) {
Expand Down

0 comments on commit edde644

Please sign in to comment.