From 6e723594b562583b6eb6e7caa98258d6bac580e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20B=C3=B6gershausen?= Date: Mon, 9 Dec 2019 10:30:41 +0100 Subject: [PATCH] bitbucket-pipelines.yml: Don't run git submodule The command `git submodule update --init` already shows us the versions of the submodules. There is no need to run `git submodule` after that - renove it. --- bitbucket-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index d47cd1d..873f48c 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -6,6 +6,5 @@ pipelines: - step: script: - git submodule update --init - - git submodule - python twincat_version_manager.py - python check_fix_white_space.py