Преглед изворни кода

Map the correct path to the tripal2 docker container to fix missing modules errors

Abdullah Almsaeed пре 6 година
родитељ
комит
a7d240c273
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -57,7 +57,7 @@ script:
   - mv ../tripal sites/all/modules/tripal
 
   # Run a docker container with tripal 2 pre-installed
-  - docker run -it -d --rm --name tripal2 -v "$(pwd)/tripal":/modules/tripal statonlab/tripal2
+  - docker run -it -d --rm --name tripal2 -v "$(pwd)/sites/all/modules/tripal":/modules/tripal statonlab/tripal2
 
   # Apply patches
   - wget --no-check-certificate https://drupal.org/files/drupal.pgsql-bytea.27.patch