Expand to multiple lines

This commit is contained in:
dannyrb 2019-05-21 12:59:25 -04:00
parent fdd74421cc
commit 8cc9e5b485

View File

@ -98,8 +98,13 @@ jobs:
- attach_workspace:
at: ~/repo
- run:
name: Skip if no new version
command: [ ! -e /tmp/updated-version ] || exit 1
name: Skip if no new NPM version was released
command: |
#
#
if [[ ! -e /tmp/updated-version ]]; then
exit 1
fi
- setup_remote_docker:
docker_layer_caching: true
- run: