From 403b1c92969846e6e5b59bc74d8153222e4f2251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20B=C3=B6gershausen?= Date: Fri, 29 Nov 2019 11:44:53 +0100 Subject: [PATCH] bitbucket-pipelines.yml: Print status of `git submodule` --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 873f48c..d47cd1d 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -6,5 +6,6 @@ pipelines: - step: script: - git submodule update --init + - git submodule - python twincat_version_manager.py - python check_fix_white_space.py