Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2019-11-16 17:37:02 +0300
committerMatt Stratton <matt.stratton@gmail.com>2019-11-16 17:37:02 +0300
commit65019a764f89eb6fbe5906fd7160798a663a0565 (patch)
tree36d3773e9515d5a78680f99c4e7563a518749f74 /.circleci
parentbde589dde20be2a09a4228f6ed43c33aa03a4ccd (diff)
Fix circle indents
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml34
1 files changed, 17 insertions, 17 deletions
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