diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-09-19 14:13:02 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-10-10 17:28:26 +0200 |
commit | 6f404766c89fb48c4fc871d2ccb273bc5d5b2e5e (patch) | |
tree | 4a020048a1be9198811079ac56f43230a56576ad /shell/test | |
parent | 1b8e5c3362673ece4bffe49e0f613eb3b5ec0aeb (diff) | |
download | rules-cc-6f404766c89fb48c4fc871d2ccb273bc5d5b2e5e.tar.gz |
rules: Use new 'env' expression
Diffstat (limited to 'shell/test')
-rw-r--r-- | shell/test/EXPRESSIONS | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/shell/test/EXPRESSIONS b/shell/test/EXPRESSIONS index 6d163f3..24bf9ec 100644 --- a/shell/test/EXPRESSIONS +++ b/shell/test/EXPRESSIONS @@ -25,11 +25,7 @@ , "dep": {"type": "var", "name": "runner"} } } - , "body": - { "type": "singleton_map" - , "key": "runner" - , "value": {"type": "var", "name": "runner"} - } + , "body": {"type": "env", "vars": ["runner"]} } } } |