File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
jobs :
3
- notify_coolops :
3
+ build :
4
4
docker :
5
5
- image : circleci/ruby:latest
6
6
working_directory : ~/example-app
7
7
steps :
8
- run :
9
- name : Download the command line tool
10
- command : |
11
- curl -L https://github.com/coolopsio/coolops/releases/download/v0.1.0/install.sh | sudo sh
12
-
13
- notify :
14
- name : Run the script
15
- command : |
16
- coolops build:new:circleci \
17
- --token ${COOLOPS_PROJECT_API_TOKEN} \
18
- --param COMMIT=${CIRCLE_SHA1} \
19
- --param BRANCH=${CIRCLE_BRANCH}
8
+ - checkout
9
+ - run :
10
+ name : Download the command line tool
11
+ command : |
12
+ curl -L https://github.com/coolopsio/coolops/releases/download/v0.1.0/install.sh | sudo sh
20
13
14
+ - run :
15
+ name : Notify coolops
16
+ command : |
17
+ coolops build:new:circleci \
18
+ --token ${COOLOPS_PROJECT_API_TOKEN} \
19
+ --param COMMIT=${CIRCLE_SHA1} \
20
+ --param BRANCH=${CIRCLE_BRANCH}
You can’t perform that action at this time.
0 commit comments