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.
This commit is contained in:
@@ -6,6 +6,5 @@ pipelines:
|
||||
- step:
|
||||
script:
|
||||
- git submodule update --init
|
||||
- git submodule
|
||||
- python twincat_version_manager.py
|
||||
- python check_fix_white_space.py
|
||||
|
||||
Reference in New Issue
Block a user