Skip to content
Snippets Groups Projects
Commit 6db931eb authored by Anders Harrisson's avatar Anders Harrisson
Browse files

Add GitLab-CI pipeline

JIRA INFRA-4955
parent a4899eb9
Branches main
Tags 2020.1.8
No related merge requests found
.runner_tags: &runner_tags
tags:
- docker
stages:
- build
- release
build:
<<: *runner_tags
stage: build
image: registry.esss.lu.se/ics-docker/centos-dev:7
script:
- ./build.sh
artifacts:
expire_in: 24h
paths:
- RPMS
release:
<<: *runner_tags
stage: release
image: registry.esss.lu.se/ics-docker/jfrog:latest
script:
- jfrog rt config artifactory --url=${ARTIFACTORY_URL} --apikey=${ARTIFACTORY_API_KEY}
- jfrog rt upload "RPMS/x86_64/xdma-dkms-*.rpm" rpm-ics/centos/7/x86_64/
only:
- tags
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