Skip to content

Commit 2706c6e

Browse files
committed
Fix test kind: use absolute path for hgrc symlink
1 parent 7ef388b commit 2706c6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

taskcluster/kinds/test/kind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tasks:
1515
using: run-task
1616
cwd: "{checkout}"
1717
command: >-
18-
ln -sf "{checkout}/bot/ci/hgrc" ~/.hgrc &&
18+
ln -sf /builds/worker/checkouts/vcs/bot/ci/hgrc ~/.hgrc &&
1919
cd bot &&
2020
pip3 install --disable-pip-version-check --no-cache-dir --quiet . &&
2121
pip3 install --disable-pip-version-check --no-cache-dir --quiet -r requirements-dev.txt &&

0 commit comments

Comments
 (0)