Have multiple build.env files
This commit is contained in:
+2
-2
@@ -33,10 +33,10 @@ build:
|
|||||||
if [ "$CI_COMMIT_BRANCH" == "main" ]; then
|
if [ "$CI_COMMIT_BRANCH" == "main" ]; then
|
||||||
curl -i --fail-with-body --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file ./sword.tar.xz "${URL}"
|
curl -i --fail-with-body --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file ./sword.tar.xz "${URL}"
|
||||||
fi
|
fi
|
||||||
- echo "${ARCH}_TARBALL=${URL}" > build.env
|
- echo "${ARCH}_TARBALL=${URL}" > "build.env.${ARCH}"
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
dotenv: build.env
|
dotenv: build.env.$ARCH
|
||||||
|
|
||||||
"Create release":
|
"Create release":
|
||||||
stage: release
|
stage: release
|
||||||
|
|||||||
Reference in New Issue
Block a user