diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-01-27 10:17:18 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-01-29 16:05:35 +0100 |
commit | f5a09af3a3196b8a3d250a664efd03b399d70da7 (patch) | |
tree | 78314bfbe394fc62314fc25e02614eeb234367cb /test/end-to-end | |
parent | 48c2382218a5af10177e68ba24091e77f1e045e6 (diff) | |
download | justbuild-f5a09af3a3196b8a3d250a664efd03b399d70da7.tar.gz |
just-lock config: Make field names consistent with just-mr
Diffstat (limited to 'test/end-to-end')
-rw-r--r-- | test/end-to-end/just-lock/git-tree-imports.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/end-to-end/just-lock/git-tree-imports.sh b/test/end-to-end/just-lock/git-tree-imports.sh index 9338dd2c..5136bbe0 100644 --- a/test/end-to-end/just-lock/git-tree-imports.sh +++ b/test/end-to-end/just-lock/git-tree-imports.sh @@ -89,12 +89,12 @@ cat > repos.in.json <<EOF } } , "imports": - [ { "source": "git-tree" + [ { "source": "git tree" , "repos": [{"alias": "foo"}] , "cmd": ["mock-vcs", "checkout"] - , "inherit_env": ["PATH", "CREDENTIAL_PATH"] + , "inherit env": ["PATH", "CREDENTIAL_PATH"] , "subdir": "data" - , "as_plain": true + , "as plain": true } ] } @@ -119,12 +119,12 @@ cat > repos.in.json <<EOF } } , "imports": - [ { "source": "git-tree" + [ { "source": "git tree" , "repos": [{"alias": "foo"}] - , "cmd_gen": ["mock-vcs-gen"] - , "inherit_env": ["PATH", "CREDENTIAL_PATH"] + , "cmd gen": ["mock-vcs-gen"] + , "inherit env": ["PATH", "CREDENTIAL_PATH"] , "subdir": "data" - , "as_plain": true + , "as plain": true } ] } |