comment out the deploy gitlab release section because it's somehow broke, and not really needed right now

pipelines/272270410
Matthew Chambers 2021-03-17 18:04:39 +00:00
rodzic b8b5edda3f
commit 48e906a498
2 zmienionych plików z 24 dodań i 18 usunięć

Wyświetl plik

@ -240,19 +240,21 @@ nr0q_upload_release:
# this only creates a "source code release" -- gitlab doesn't specify binaries # this only creates a "source code release" -- gitlab doesn't specify binaries
# except as links to external storage, which is suboptimal for now # except as links to external storage, which is suboptimal for now
source_release: # This section appears broke and is failing when ran, comment out for now
stage: deploy
image: registry.gitlab.com/gitlab-org/release-cli:latest #source_release:
rules: # stage: deploy
- if: '$CI_COMMIT_TAG =~ /^(v).*/' # image: registry.gitlab.com/gitlab-org/release-cli:latest
release: # rules:
tag_name: $CI_COMMIT_TAG # - if: '$CI_COMMIT_TAG =~ /^(v).*/'
name: GridTracker $CI_COMMIT_TAG # release:
description: GridTracker release $CI_COMMIT_TAG # tag_name: $CI_COMMIT_TAG
ref: '$CI_COMMIT_SHA' # name: GridTracker $CI_COMMIT_TAG
assets: # description: GridTracker release $CI_COMMIT_TAG
links: # ref: '$CI_COMMIT_SHA'
- name: Binary images for $CI_COMMIT_TAG # assets:
url: https://fleetwood.mchambersradio.com/gridtracker/$CI_COMMIT_TAG/ # links:
script: # - name: Binary images for $CI_COMMIT_TAG
- echo 'Release for $CI_COMMIT_TAG' # url: https://fleetwood.mchambersradio.com/gridtracker/$CI_COMMIT_TAG/
# script:
# - echo 'Release for $CI_COMMIT_TAG'

Wyświetl plik

@ -31,7 +31,7 @@
], ],
"mac": { "mac": {
"icon": "gridview.icns", "icon": "gridview.icns",
"copyright": "Copyright (c) 2020 GridTracker.org", "copyright": "Copyright (c) 2021 GridTracker.org",
"plistStrings": { "plistStrings": {
"CFBundleIdentifier": "org.gridtracker.gridtracker", "CFBundleIdentifier": "org.gridtracker.gridtracker",
"CFBundleDocumentTypes": [] "CFBundleDocumentTypes": []
@ -39,7 +39,11 @@
}, },
"win": { "win": {
"icon": "gridview.ico", "icon": "gridview.ico",
"copyright": "Copyright (c) 2020 GridTracker.org" "copyright": "Copyright (c) 2021 GridTracker.org"
},
"nsis": {
"installDirectory": "$PROGRAMFILES\\${_APPNAME}",
"diffUpdaters": false
} }
} }
} }