.oniro-ci: find DEPLOY_DIR, not TMPDIR
1 unresolved thread
1 unresolved thread
Compare changes
- Zygmunt Krynicki authored
Some jobs care about images and licenses, those look at the $TMPDIR/deploy, taking some effort to find the correct tmpdir while hard-coding the deploy dir. Take a shortcut and query for the right variable (DEPLOY_DIR). This allows non-trivial layouts with DEPLOY_DIR and TMPDIR placed on distinct filesystems, for efficiency. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
+ 7
− 8
@@ -265,22 +265,21 @@