Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Fix Jenkins groovie file
Browse files Browse the repository at this point in the history
  • Loading branch information
rblaczkowski committed Apr 17, 2020
1 parent da2d7c4 commit 9ca1f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/ci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def gitClone(String label, String address, String branch) {
"""
}

def gitSubmoduleUpdate(String repository_name, String exception="") {
def gitSubmoduleUpdate(String repository_name) {
dir ("${WORKDIR}/${repository_name}") {
sh label: "Init ${repository_name} submodules",
script:
Expand Down

0 comments on commit 9ca1f04

Please sign in to comment.