##// 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 1 stages:
2 2 - tests
3 - phabricator
3 4
4 5 image: registry.heptapod.net/mercurial/ci-images/mercurial-core
5 6
@@ -47,6 +48,11 b' rust-cargo-test-py3:'
47 48 variables:
48 49 PYTHON: python3
49 50
51 phabricator-refresh:
52 stage: phabricator
53 script:
54 - ./contrib/phab-refresh-stack.sh
55
50 56 rust-cargo-test-py3-dirstate-tree:
51 57 <<: *rust_cargo_test
52 58 variables:
General Comments 0
You need to be logged in to leave comments. Login now