This commit is contained in:
Antoine Martin 2023-08-26 19:02:54 -04:00
parent 2aa1af93f7
commit f611b3bc4b
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -59,12 +59,11 @@ verify-alpine318:
cp qubes-src/linux-template-builder/rpm/noarch/qubes-template-*.rpm $CI_PROJECT_DIR/.
cd $CI_PROJECT_DIR
CI_ALPINE_RPM_NAME="$(find qubes-template*.rpm)"
export CI_ALPINE_RPM_NAME
echo "ALPINE_RPM_NAME=$CI_ALPINE_RPM_NAME" > job.env
echo "Generating sha512sum"
sha512sum $CI_ALPINE_RPM_NAME > $CI_ALPINE_RPM_NAME.sha512sum
after_script:
- echo "JOB_ID=$CI_JOB_ID" > job.env
- echo "ALPINE_RPM_NAME=$CI_ALPINE_RPM_NAME" >> job.env
- echo "JOB_ID=$CI_JOB_ID" >> job.env
artifacts:
paths:
- qubes-template*.rpm