##// END OF EJS Templates
branching: merge stable into default
Raphaël Gomès -
r50077:e3ac39ed merge default
parent child Browse files
Show More
@@ -11,7 +11,7 b' variables:'
11 11 TEST_HGTESTS_ALLOW_NETIO: "0"
12 12
13 13 .all_template: &all
14 when: always
14 when: on_success
15 15
16 16 .runtests_template: &runtests
17 17 <<: *all
@@ -46,11 +46,11 b' rust-cargo-test:'
46 46
47 47 phabricator-refresh:
48 48 stage: phabricator
49 rules:
50 - if: '"$PHABRICATOR_TOKEN" != "NO-PHAB"'
51 when: on_success
52 - if: '"$PHABRICATOR_TOKEN" == "NO-PHAB"'
53 when: never
49 except:
50 refs:
51 - merge_requests
52 variables:
53 - $PHABRICATOR_TOKEN == "NO-PHAB"
54 54 variables:
55 55 DEFAULT_COMMENT: ":white_check_mark: refresh by Heptapod after a successful CI run (:octopus: :green_heart:)"
56 56 STABLE_COMMENT: ":white_check_mark: refresh by Heptapod after a successful CI run (:octopus: :green_heart:)\n⚠ This patch is intended for stable ⚠\n{image https://media.giphy.com/media/nYI8SmmChYXK0/source.gif}"
General Comments 0
You need to be logged in to leave comments. Login now