WSL/SLF GitLab Repository
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
snow-models
Alpine3D
Commits
b9617020
Commit
b9617020
authored
May 10, 2022
by
buergiss
Browse files
Pipeline: testing only debian release
parent
26059716
Pipeline
#539
passed with stages
in 2 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b9617020
...
...
@@ -133,7 +133,7 @@ Debian release build:
-
Alpine3d-${CI_COMMIT_TAG#*-}-x86_64.deb
-
Alpine3d-${CI_COMMIT_TAG#*-}-doc.tar.gz
Fedora release build
:
.
Fedora release build
:
stage
:
release build
image
:
fedora
rules
:
...
...
@@ -184,15 +184,15 @@ release:
-
if
:
$CI_COMMIT_TAG
# Run this job when a tag is created manually
dependencies
:
-
Debian release build
-
Fedora release build
#
- Fedora release build
script
:
-
export ALPINE3D_VERSION=${CI_COMMIT_TAG#*-}
-
echo "Uploading Alpine3d-${ALPINE3D_VERSION} packages to
${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/alpine3d/${ALPINE3D_VERSION}/Alpine3d-${ALPINE3D_VERSION}-*"
-
'
curl
-i
--header
"JOB-TOKEN:
$CI_JOB_TOKEN"
--upload-file
Alpine3d-${ALPINE3D_VERSION}-x86_64.tar.gz
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/alpine3d/${ALPINE3D_VERSION}/Alpine3d-${ALPINE3D_VERSION}-x86_64.tar.gz"'
-
'
curl
-i
--header
"JOB-TOKEN:
$CI_JOB_TOKEN"
--upload-file
Alpine3d-${ALPINE3D_VERSION}-x86_64.rpm
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/alpine3d/${ALPINE3D_VERSION}/Alpine3d-${ALPINE3D_VERSION}-x86_64.rpm"'
#
- 'curl -i --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file Alpine3d-${ALPINE3D_VERSION}-x86_64.rpm
#
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/alpine3d/${ALPINE3D_VERSION}/Alpine3d-${ALPINE3D_VERSION}-x86_64.rpm"'
-
'
curl
-i
--header
"JOB-TOKEN:
$CI_JOB_TOKEN"
--upload-file
Alpine3d-${ALPINE3D_VERSION}-x86_64.deb
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/alpine3d/${ALPINE3D_VERSION}/Alpine3d-${ALPINE3D_VERSION}-x86_64.deb"'
-
'
curl
-i
--header
"JOB-TOKEN:
$CI_JOB_TOKEN"
--upload-file
Alpine3d-${ALPINE3D_VERSION}-doc.tar.gz
...
...
@@ -207,9 +207,9 @@ release:
-
name
:
'
Linux
Debian
binary
tarball'
url
:
'
${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/alpine3d/${CI_COMMIT_TAG#*-}/Alpine3d-${CI_COMMIT_TAG#*-}-x86_64.tar.gz'
link_type
:
'
other'
-
name
:
'
Linux
Fedora
RPM
binary
package'
url
:
'
${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/alpine3d/${CI_COMMIT_TAG#*-}/Alpine3d-${CI_COMMIT_TAG#*-}-x86_64.rpm'
link_type
:
'
other'
#
- name: 'Linux Fedora RPM binary package'
#
url: '${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/alpine3d/${CI_COMMIT_TAG#*-}/Alpine3d-${CI_COMMIT_TAG#*-}-x86_64.rpm'
#
link_type: 'other'
-
name
:
'
Linux
Debian
DEB
binary
package'
url
:
'
${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/alpine3d/${CI_COMMIT_TAG#*-}/Alpine3d-${CI_COMMIT_TAG#*-}-x86_64.deb'
link_type
:
'
other'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment