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 18:41:32 +0300
committerMatt Stratton <matt.stratton@gmail.com>2019-11-16 18:41:32 +0300
commit108eeec0fb23b7a9fb8be319d1b131c595e93ce3 (patch)
treeed40d6575282ac9c9c936e54a5bc5c0eca5fde2d /.circleci
parente565d4acd0b528528bd4d64afaa7b20277c4754a (diff)
Change checkout step for tagging
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index a4b49c8..da494e0 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -127,7 +127,9 @@ jobs:
working_directory: castanet
steps:
- - checkout
+ - run:
+ name: "Checkout tag"
+ command: git clone --branch "${CIRCLE_TAG}" --depth 1 "${CIRCLE_REPOSITORY_URL}"
- run:
name: "Create zip file for release"
command: |