File tree 1 file changed +10
-9
lines changed
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 5
5
- image : circleci/ruby:latest
6
6
working_directory : ~/example-app
7
7
steps :
8
+ - checkout
8
9
- 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
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
12
13
13
14
- run :
14
- name : Notify coolops
15
- command : |
16
- coolops build:new:circleci \
17
- --token ${COOLOPS_PROJECT_API_TOKEN} \
18
- --param COMMIT=${CIRCLE_SHA1} \
19
- --param BRANCH=${CIRCLE_BRANCH}
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