##// END OF EJS Templates
heptapod-ci: automatically refresh existing phabricator Diff on push...
marmoute -
r46606:c7f40562 default
parent child Browse files
Show More
@@ -1,5 +1,6 b''
1 stages:
1 stages:
2 - tests
2 - tests
3 - phabricator
3
4
4 image: registry.heptapod.net/mercurial/ci-images/mercurial-core
5 image: registry.heptapod.net/mercurial/ci-images/mercurial-core
5
6
@@ -47,6 +48,11 b' rust-cargo-test-py3:'
47 variables:
48 variables:
48 PYTHON: python3
49 PYTHON: python3
49
50
51 phabricator-refresh:
52 stage: phabricator
53 script:
54 - ./contrib/phab-refresh-stack.sh
55
50 rust-cargo-test-py3-dirstate-tree:
56 rust-cargo-test-py3-dirstate-tree:
51 <<: *rust_cargo_test
57 <<: *rust_cargo_test
52 variables:
58 variables:
General Comments 0
You need to be logged in to leave comments. Login now