bitbucket-pipelines.yml
changeset 1880 e5ddbaf756cb
parent 1820 76f5eba31afd
child 2295 dda34e671700
--- a/bitbucket-pipelines.yml	Thu Oct 19 13:33:01 2017 +0300
+++ b/bitbucket-pipelines.yml	Mon Oct 23 18:25:45 2017 +0300
@@ -5,6 +5,7 @@
     checks: # The name that is displayed in the list in the Bitbucket Cloud GUI
         - step:
             script: # Modify the commands below to build your repository.
+              - ln -s /CanFestival-3 $BITBUCKET_CLONE_DIR/../CanFestival-3
               - /usr/bin/python --version
               - ./tests/tools/check_source.sh
               - ./tests/tools/run_python_tests.sh
@@ -13,7 +14,7 @@
   default:
     - step:
         script: # Modify the commands below to build your repository.
+          - ln -s /CanFestival-3 $BITBUCKET_CLONE_DIR/../CanFestival-3
           - /usr/bin/python --version
-          - ./tests/tools/check_source.sh 
-          - ./tests/tools/run_python_tests.sh         
-          
+          - ./tests/tools/check_source.sh
+          - ./tests/tools/run_python_tests.sh