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