Skip to content

Commit b46c4da

Browse files
committed
Update Jenkinsfile
1 parent 03331f1 commit b46c4da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pipeline {
177177
git clone --depth 1 --branch $BRANCH "$REPO_URL" "$WORK_DIR"
178178
cd "$WORK_DIR"
179179
git submodule update --init --remote -- "$SUBMODULE_PATH"
180-
if git status --porcelain -- "$SUBMODULE_PATH" | grep -q .; then
180+
if git status --porcelain --ignore-submodules=none -- "$SUBMODULE_PATH" | grep -q .; then
181181
git add "$SUBMODULE_PATH"
182182
git commit -m "Update ${PLUGIN_NAME} to latest master"
183183
git push origin $BRANCH

0 commit comments

Comments
 (0)