Attempt
This commit is contained in:
parent
2aa1af93f7
commit
f611b3bc4b
1 changed files with 2 additions and 3 deletions
|
@ -59,12 +59,11 @@ verify-alpine318:
|
||||||
cp qubes-src/linux-template-builder/rpm/noarch/qubes-template-*.rpm $CI_PROJECT_DIR/.
|
cp qubes-src/linux-template-builder/rpm/noarch/qubes-template-*.rpm $CI_PROJECT_DIR/.
|
||||||
cd $CI_PROJECT_DIR
|
cd $CI_PROJECT_DIR
|
||||||
CI_ALPINE_RPM_NAME="$(find qubes-template*.rpm)"
|
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"
|
echo "Generating sha512sum"
|
||||||
sha512sum $CI_ALPINE_RPM_NAME > $CI_ALPINE_RPM_NAME.sha512sum
|
sha512sum $CI_ALPINE_RPM_NAME > $CI_ALPINE_RPM_NAME.sha512sum
|
||||||
after_script:
|
after_script:
|
||||||
- echo "JOB_ID=$CI_JOB_ID" > job.env
|
- echo "JOB_ID=$CI_JOB_ID" >> job.env
|
||||||
- echo "ALPINE_RPM_NAME=$CI_ALPINE_RPM_NAME" >> job.env
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- qubes-template*.rpm
|
- qubes-template*.rpm
|
||||||
|
|
Loading…
Reference in a new issue