Strip now useless file.
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Tue, 01 Aug 2023 21:00:11 +0200
changeset 3838 60d6e4396876
parent 3836 9b4e94608036
child 3839 a466d4468d7a
Strip now useless file.
bitbucket-pipelines.yml
--- 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