fix: add git sha to build args

This commit is contained in:
Andras Bacsai
2022-10-10 15:28:16 +02:00
parent f07868d24e
commit a2b4d400af
2 changed files with 5 additions and 5 deletions

View File

@@ -73,6 +73,4 @@ export default async function ({
const { stdout: commit } = await asyncExecShell(`cd ${workdir}/ && git rev-parse HEAD`);
return commit.replace('\n', '');
}