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

Update .gitlab-ci.yml file

parent fe5fafd0
No related branches found
No related tags found
No related merge requests found
Pipeline #5120 passed with warnings
......@@ -16,7 +16,7 @@ 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: "2.0"
PACKAGE_VERSION: "1.0"
ARCH: 'all'
LINUX_AMD64_BINARY: "{$CI_PROJECT_NAME}_${PACKAGE_VERSION}_{$ARCH}.deb"
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/2353/main/generic"
......
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