Output branch name for debuging

This commit is contained in:
Zakary Timson 2018-06-26 14:46:03 -04:00
parent 6e893aed6e
commit 60685b48af

View File

@ -30,6 +30,7 @@ jobs:
- run:
name: Publish
command: |
echo "${CIRCLE_BRANCH}"
if ["${CIRCLE_BRANCH}" === "production"]; then
cp README.md dist/ng-datatable/
cp LICENSE dist/ng-datatable/