Skip to content

Commit 3584e2f

Browse files
committed
Implement that very cool feature.
1 parent 7a5b183 commit 3584e2f

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.circleci/config.yml

+10-9
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ jobs:
55
- image: circleci/ruby:latest
66
working_directory: ~/example-app
77
steps:
8+
- checkout
89
- 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
1213
1314
- 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}

0 commit comments

Comments
 (0)