Strip now useless file.
--- a/bitbucket-pipelines.yml Thu Jul 27 16:48:50 2023 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-image: skvorl/beremiz-requirements
-
-pipelines:
- default:
- - parallel:
- - step:
- name: Codestyle checks
- script:
- - ln -s /CanFestival-3 $BITBUCKET_CLONE_DIR/../CanFestival-3
- - /usr/bin/python --version
- - ./tests/tools/check_source.sh
- - step:
- name: Application tests
- max-time: 10
- script:
- - ln -s /CanFestival-3 $BITBUCKET_CLONE_DIR/../CanFestival-3
- - ./tests/tools/run_python_tests.sh
-
\ No newline at end of file