We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63a60e7 + d205402 commit ea42ba5Copy full SHA for ea42ba5
1 file changed
circle.yml
@@ -2,6 +2,15 @@ machine:
2
python:
3
version: 2.7.9
4
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
+
14
dependencies:
15
override:
16
- pip install https://github.com/cloudify-cosmo/cloudify-rest-client/archive/3.3.zip
@@ -29,8 +38,3 @@ test:
29
38
- cfy local init -p local-blueprint.yaml
30
39
- cfy local execute -w install
31
40
- cfy local execute -w uninstall
32
-
33
34
-# notify:
35
-# flowdock: 1f4ec6febcf1ac9b35ae6c1f0049471f
36
0 commit comments