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:34:04 +0300
committerMatt Stratton <matt.stratton@gmail.com>2019-11-16 17:34:04 +0300
commit5c63700c2eb490ba7255ab6d6ccad4a45febd776 (patch)
tree2a44ba10898c398de499c3d5bd98e99778fbf32b /.circleci
parent208ab7dbbd9541eae750fadba50fb6b89aff7c23 (diff)
Fix circle indents
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml26
1 files changed, 11 insertions, 15 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index f939472..d91e640 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -145,16 +145,12 @@ publish-github-release:
steps:
- attach_workspace:
- at: ./artifacts
+ 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/
-
-
-
-
+ 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
@@ -210,11 +206,11 @@ workflows:
- test-grey-row
- test-grey-row-jumbo
- publish-github-release:
- filters:
- tags:
- only: /^\d+\.\d+\.\d+$/
- branches:
- only:
- - master
+ filters:
+ tags:
+ only: /^\d+\.\d+\.\d+$/
+ branches:
+ only:
+ - master