Expand to multiple lines
This commit is contained in:
parent
fdd74421cc
commit
8cc9e5b485
@ -98,8 +98,13 @@ jobs:
|
|||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ~/repo
|
at: ~/repo
|
||||||
- run:
|
- run:
|
||||||
name: Skip if no new version
|
name: Skip if no new NPM version was released
|
||||||
command: [ ! -e /tmp/updated-version ] || exit 1
|
command: |
|
||||||
|
#
|
||||||
|
#
|
||||||
|
if [[ ! -e /tmp/updated-version ]]; then
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
- setup_remote_docker:
|
- setup_remote_docker:
|
||||||
docker_layer_caching: true
|
docker_layer_caching: true
|
||||||
- run:
|
- run:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user