groups: call script directly
do not use sh to call the script since it overrides any flag usage. Instead call the script directly, it's executable. Change-Id: I10f8c3dd2f3845ddb1f33f33f535caeb0381b817
This commit is contained in:
parent
91655c803d
commit
3cc74487a7
@ -13,7 +13,7 @@
|
||||
curl -L https://github.com/drush-ops/drush/archive/6.0.0.tar.gz | tar -xz -C drush --strip 1
|
||||
# build distribution
|
||||
export PATH=./drush:$PATH
|
||||
sh scripts/dev-build.sh
|
||||
scripts/dev-build.sh
|
||||
publishers:
|
||||
- coverage-log
|
||||
- scp:
|
||||
@ -42,7 +42,7 @@
|
||||
curl -L https://github.com/drush-ops/drush/archive/6.0.0.tar.gz | tar -xz -C drush --strip 1
|
||||
# build distribution
|
||||
export PATH=./drush:$PATH
|
||||
sh scripts/dev-build.sh
|
||||
scripts/dev-build.sh
|
||||
# Clean/create a tarball directory
|
||||
rm -rf tarballs
|
||||
mkdir -p tarballs
|
||||
|
Loading…
Reference in New Issue
Block a user