##// END OF EJS Templates
heptapod-ci: do not publish changeset when doing the local clone...
marmoute -
r46579:3302584a default
parent child Browse files
Show More
@@ -6,7 +6,7 b' image: registry.heptapod.net/mercurial/c'
6 6 # The runner made a clone as root.
7 7 # We make a new clone owned by user used to run the step.
8 8 before_script:
9 - hg clone . /tmp/mercurial-ci/ --noupdate
9 - hg clone . /tmp/mercurial-ci/ --noupdate --config phases.publish=no
10 10 - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'`
11 11 - cd /tmp/mercurial-ci/rust/rhg
12 12 - cargo build
General Comments 0
You need to be logged in to leave comments. Login now