make CanFestival to be at the expected place in bitbucket pipelines container
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Mon, 23 Oct 2017 18:25:45 +0300
changeset 1880 e5ddbaf756cb
parent 1879 4d81c3bcac82
child 1881 091005ec69c4
make CanFestival to be at the expected place in bitbucket pipelines container
bitbucket-pipelines.yml
--- 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