Skip to content
Snippets Groups Projects
Unverified Commit 26e0aa94 authored by LN Liberda's avatar LN Liberda
Browse files

fix ci

parent 7a464763
No related branches found
No related tags found
No related merge requests found
......@@ -17,5 +17,5 @@ pipeline:
- |
for space in test_workspaces/*; do
echo "==> testing $space";
(cd "$space"; ./target/release/gclient sync --no-history);
(cd "$space"; ../../target/release/gclient sync --no-history);
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment