Skip to content

Commit 7d6ac55

Browse files
authored
Merge pull request #1 from coolopsio/implement-a-cool-feature
Implement that very cool feature.
2 parents 2b361da + 3584e2f commit 7d6ac55

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.circleci/config.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
version: 2
22
jobs:
3-
notify_coolops:
3+
build:
44
docker:
55
- image: circleci/ruby:latest
66
working_directory: ~/example-app
77
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
2013
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}

0 commit comments

Comments
 (0)