Skip to content
Snippets Groups Projects
Commit ee22bd76 authored by sgmoore's avatar sgmoore
Browse files

Update .gitlab-ci.yml file

parent 1afcabb0
No related branches found
No related tags found
No related merge requests found
Pipeline #5075 failed
......@@ -16,10 +16,10 @@ variables:
# Package version can only contain numbers (0-9), and dots (.).
# Must be in the format of X.Y.Z, i.e. should match /\A\d+\.\d+\.\d+\z/ regular expresion.
# See https://docs.gitlab.com/ee/user/packages/generic_packages/#publish-a-package-file
PACKAGE_VERSION: "0"
ARCH: 'amd64'
PACKAGE_VERSION: "1.0"
ARCH: 'all'
LINUX_AMD64_BINARY: "{$CI_PROJECT_NAME}_${PACKAGE_VERSION}_{$ARCH}.deb"
PACKAGE_REGISTRY_URL: 'https://www.opencode.net/netrunner/packages/-/tree/main/'
PACKAGE_REGISTRY_URL: '"${CI_API_V4_URL}/projects/2353/main/generic'
VENDOR: 'netrunner'
RELEASE:
description: "The Debian release to build for"
......
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