Files
TC_iTomcat-ES2-Detector-Tow…/bitbucket-pipelines.yml
Federico Rojas 9748047085 Add files and configuration for filters
Changes to be committed:
    modified:   .gitattributes
    modified:   bitbucket-pipelines.yml
    new file:   filter/cleanCode.sed
    new file:   filter/gitconfig
    new file:   filter/ignoreTargetNetId.sed
2023-02-03 16:09:09 +01:00

14 lines
318 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
- ./check_no_lineids.sh
- ./check_code_before_sq_brackets.sh