Skip to content
Snippets Groups Projects
Commit 96a080c7 authored by David Byers's avatar David Byers
Browse files

Prepare a new #release.

parent 529cd6fc
No related branches found
No related tags found
No related merge requests found
Pipeline #34379 failed
......@@ -315,21 +315,21 @@ upload:
script:
- VERSION=$(cat version)
- PACKAGE_REGISTRY_URL="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${CI_PROJECT_NAME}/${VERSION}"
- >
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}"
--upload-file safelinks-cleaner-firefox-release.zip
- >-
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
--upload-file safelinks-cleaner-firefox-release.zip \
${PACKAGE_REGISTRY_URL}/
- >
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}"
--upload-file safelinks-cleaner-thunderbird-release.xpi
- >-
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
--upload-file safelinks-cleaner-thunderbird-release.xpi \
${PACKAGE_REGISTRY_URL}/
- >
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}"
--upload-file safelinks-cleaner-edge-release.zip
- >-
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
--upload-file safelinks-cleaner-edge-release.zip \
${PACKAGE_REGISTRY_URL}/
- >
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}"
--upload-file safelinks-cleaner-chrome-release.zip
- >-
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
--upload-file safelinks-cleaner-chrome-release.zip \
${PACKAGE_REGISTRY_URL}/
......@@ -340,7 +340,7 @@ release:
script:
- VERSION=$(cat version)
- PACKAGE_REGISTRY_URL="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${CI_PROJECT_NAME}/${VERSION}"
- >
- >-
release-cli create
--name "Release $VERSION"
--description "Release $VERSION"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment