From 65019a764f89eb6fbe5906fd7160798a663a0565 Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Sat, 16 Nov 2019 08:37:02 -0600 Subject: Fix circle indents --- .circleci/config.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 73e5e12..54fd13b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -134,23 +134,23 @@ jobs: mkdir -p release zip -r release/castanet-${CIRCLE_TAG}.zip . -x \*.git\* \*exampleSite\* appveyor.yml \*.travis.ci\* \*tests\* \*bin\* \*build\* \*release\* config.codekit3 \*node_modules\* gulpfile.js netlify.toml package.json STYLE.md *\node_modules\* \*test\* - persist_to_workspace: - root: workspace - paths: - - release - - -publish-github-release: - docker: - - image: cibuilds/github:0.13.0 - - steps: - - attach_workspace: - at: ./artifacts - - run: - name: "Publish release on GitHub" - command: | - VERSION=${CIRCLE_TAG} - ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./artifacts/ + root: workspace + paths: + - release + + + publish-github-release: + docker: + - image: cibuilds/github:0.13.0 + + steps: + - attach_workspace: + at: ./artifacts + - run: + name: "Publish release on GitHub" + command: | + VERSION=${CIRCLE_TAG} + ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./artifacts/ workflows: version: 2 -- cgit v1.2.3