Debug CI processing

This commit is contained in:
Deon George 2017-12-08 16:04:15 +11:00
parent 6fec7d75ce
commit 8455942fb7
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ before_script:
# Install Node dependencies.
# comment this out if you don't have a node dependency
- ls -al && md5 *json && grep admin *json
- ls -al && grep admin *json && md5sum *json
- npm install
# Copy over testing configuration.