Skip to content

Commit ea42ba5

Browse files
committed
Merge pull request #76 from cloudify-cosmo/circle-update
update circle.yml to deal with PR and add circle icon to README.md file
2 parents 63a60e7 + d205402 commit ea42ba5

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

circle.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ machine:
22
python:
33
version: 2.7.9
44

5+
checkout:
6+
post:
7+
- >
8+
if [ -n "$CI_PULL_REQUEST" ]; then
9+
PR_ID=${CI_PULL_REQUEST##*/}
10+
git fetch origin +refs/pull/$PR_ID/merge:
11+
git checkout -qf FETCH_HEAD
12+
fi
13+
514
dependencies:
615
override:
716
- pip install https://github.com/cloudify-cosmo/cloudify-rest-client/archive/3.3.zip
@@ -29,8 +38,3 @@ test:
2938
- cfy local init -p local-blueprint.yaml
3039
- cfy local execute -w install
3140
- cfy local execute -w uninstall
32-
33-
34-
# notify:
35-
# flowdock: 1f4ec6febcf1ac9b35ae6c1f0049471f
36-

0 commit comments

Comments
 (0)