Files
TC_iTomcat-ES2-Detector-Tow…/bitbucket-pipelines.yml
Torsten Bögershausen 6e723594b5 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.
2019-12-09 10:30:41 +01:00

11 lines
242 B
YAML

image: python:3.7.3
options:
max-time: 1
pipelines:
default:
- step:
script:
- git submodule update --init
- python twincat_version_manager.py
- python check_fix_white_space.py