From 8cc9e5b485176aa10a3db98ad8df66a889454362 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Tue, 21 May 2019 12:59:25 -0400 Subject: [PATCH] Expand to multiple lines --- .circleci/config.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 924d01f52..4fe431c85 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: