From fd2886566cd59cc4af375d83eb1083971a1d0b23 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Thu, 31 Oct 2019 11:25:52 -0700 Subject: [PATCH] changes on fix to .circleci/config.yml, --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 63dc0489..9c3220b7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,11 +23,11 @@ jobs: - run: | set -x if [ "$CIRCLE_BRANCH" = "fix" ]; then - echo 'export GIT_PUSH=true' >> $BASH_ENV + export GIT_PUSH=true else - echo 'export GIT_PUSH=false' >> $BASH_ENV + export GIT_PUSH=false fi - - run: /bin/bash ./scripts/publish.sh + sh ./scripts/publish.sh workflows: version: 2 workflow: