Skip to content

Commit

Permalink
jq is mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
TitiTestScalingo committed Jun 3, 2016
1 parent 3eeafba commit 32c000c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -41,7 +41,13 @@ export SWIFT_BUCKET=scalingo-php-buildpack
export SWIFT_URL=https://storage.sbg1.cloud.ovh.net/v1/AUTH_be65d32d71a6435589a419eac98613f2/${SWIFT_BUCKET}
```

To test your version of the buildpack, create a Scalingo app and set BUILDPACK_URL
To test your version of the buildpack, you will need jq in the swift bucket:

```
./support/package_jq
```

Then create a Scalingo app and set BUILDPACK_URL

```
mkdir myexampleapp
Expand Down

0 comments on commit 32c000c

Please sign in to comment.