From b89c19a7fccb4c94cba6a4cda53a280b49cd914f Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Thu, 31 Oct 2019 10:33:57 -0700 Subject: [PATCH] changes on circleci to .circleci/config.yml, --- .circleci/config.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f87e8ef9..ebfbed05 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,8 +12,11 @@ jobs: steps: - checkout - run: pwd - - run: ls - - run: GIT_PUSH=true ./scripts/publish.sh + - run: ls scripts + - run: + command: ./scripts/publish.sh + environment: + - GIT_PUSH: "true" workflows: version: 2 workflow: @@ -22,7 +25,7 @@ workflows: - publish: requires: - lint - filters: + filters: branches: - only: - - circleci \ No newline at end of file + only: + - circleci