aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2020-02-08 22:44:24 +0800
committerclarkzjw <[email protected]>2020-02-08 22:44:24 +0800
commita057650324a333e1f64893de11208ac3e8d8cd60 (patch)
tree9bc66fc3d283639bfd41f5816373159cf05294c8 /.circleci
parent69238bf303fc5c5cd7e6a0aa15d23a7d3b64eb52 (diff)
downloadblog.jinwei.me-a057650324a333e1f64893de11208ac3e8d8cd60.tar.gz
+ fix
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
deleted file mode 100644
index 1dc901f..0000000
--- a/.circleci/config.yml
+++ /dev/null
@@ -1,19 +0,0 @@
1version: 2
2jobs:
3 build:
4 branches:
5 only:
6 - master
7 working_directory: /app
8 docker:
9 - image: docker:17.05.0-ce-git
10 steps:
11 - checkout
12 - setup_remote_docker:
13 reusable: true
14
15 - run:
16 name: Build Docker image
17 command: |
18 TAG="0.1.${CIRCLE_BUILD_NUM}"
19 docker build --build-arg GIT_TOKEN="${GIT_TOKEN}" -t clarkzjw/blog.jinwei.me:$TAG .
Powered by cgit v1.2.3 (git 2.41.0)