mirror of
https://github.com/getgrav/grav.git
synced 2026-06-18 19:11:45 +02:00
Potential fix for Insight (sensio labs)
This commit is contained in:
@@ -44,7 +44,7 @@ before_install:
|
||||
- go get github.com/aktau/github-release
|
||||
- git clone --quiet --depth=50 --branch=master https://${BB_TOKEN}bitbucket.org/rockettheme/grav-devtools.git $RT_DEVTOOLS &>/dev/null;
|
||||
- if [ ! -z "$TRAVIS_TAG" ]; then
|
||||
cd $RT_DEVTOOLS;
|
||||
cd "${RT_DEVTOOLS}";
|
||||
./build-grav.sh skeletons.txt;
|
||||
fi
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user