fix tar command

This commit is contained in:
Willy Kloucek
2022-04-08 11:28:44 +02:00
parent eed4fefa05
commit 199423e3b9

View File

@@ -1216,7 +1216,7 @@ def licenseCheck(ctx):
"name": "tarball",
"image": OC_CI_ALPINE,
"commands": [
"tar -czf third-party-licenses.tar.gz -C third-party-licenses *",
"cd third-party-licenses && tar -czf ../third-party-licenses.tar.gz *",
],
},
{