Skip to content
Snippets Groups Projects
Commit 87e8e7dd authored by Nicola Jordan's avatar Nicola Jordan
Browse files

correct wrong identation

parent 4ef3bb80
No related branches found
No related tags found
No related merge requests found
Pipeline #257827 failed
...@@ -122,17 +122,17 @@ release_job: ...@@ -122,17 +122,17 @@ release_job:
release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
tag_name: '$CI_COMMIT_TAG' tag_name: '$CI_COMMIT_TAG'
description: '$CI_COMMIT_TAG' description: '$CI_COMMIT_TAG'
assets: assets:
links: links:
- name: 'Linux amd64' - name: 'Linux amd64'
url: 'https://gitlab.ost.ch/ifs/boilr/-/jobs/${ARTIFACT_JOB_ID}/artifacts/file/builds/boilr-linux-amd64' url: 'https://gitlab.ost.ch/ifs/boilr/-/jobs/${ARTIFACT_JOB_ID}/artifacts/file/builds/boilr-linux-amd64'
- name: 'Linux (32-bit))' - name: 'Linux (32-bit))'
url: 'https://gitlab.ost.ch/ifs/boilr/-/jobs/${ARTIFACT_JOB_ID}/artifacts/file/builds/boilr-linux-386' url: 'https://gitlab.ost.ch/ifs/boilr/-/jobs/${ARTIFACT_JOB_ID}/artifacts/file/builds/boilr-linux-386'
- name: 'Mac M1/M2 Executable' - name: 'Mac M1/M2 Executable'
url: 'https://gitlab.ost.ch/ifs/boilr/-/jobs/${ARTIFACT_JOB_ID}/artifacts/file/builds/boilr-darwin-arm64' url: 'https://gitlab.ost.ch/ifs/boilr/-/jobs/${ARTIFACT_JOB_ID}/artifacts/file/builds/boilr-darwin-arm64'
- name: 'Mac (Intel)' - name: 'Mac (Intel)'
url: 'https://gitlab.ost.ch/ifs/boilr/-/jobs/${ARTIFACT_JOB_ID}/artifacts/file/builds/boilr-darwin-amd64' url: 'https://gitlab.ost.ch/ifs/boilr/-/jobs/${ARTIFACT_JOB_ID}/artifacts/file/builds/boilr-darwin-amd64'
- name: 'Windows 32-bit' - name: 'Windows 32-bit'
url: 'https://gitlab.ost.ch/ifs/boilr/-/jobs/${ARTIFACT_JOB_ID}/artifacts/file/builds/boilr-windows-386.exe' url: 'https://gitlab.ost.ch/ifs/boilr/-/jobs/${ARTIFACT_JOB_ID}/artifacts/file/builds/boilr-windows-386.exe'
- name: 'Windows 64-bit' - name: 'Windows 64-bit'
url: 'https://gitlab.ost.ch/ifs/boilr/-/jobs/${ARTIFACT_JOB_ID}/artifacts/file/builds/boilr-windows-amd64.exe' url: 'https://gitlab.ost.ch/ifs/boilr/-/jobs/${ARTIFACT_JOB_ID}/artifacts/file/builds/boilr-windows-amd64.exe'
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