From 1680fc2eeecec478873426edcf044409a7b3a762 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Thu, 31 Oct 2019 10:36:05 -0700 Subject: [PATCH] changes on circleci to .circleci/config.yml, --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6a16692d..7eade923 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,9 +11,8 @@ jobs: - image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1 steps: - checkout - - run: stat ./scripts/publish.sh - run: - command: ./scripts/publish.sh + command: sh ./scripts/publish.sh environment: - GIT_PUSH: "true" workflows: