Skip to content
Snippets Groups Projects
Commit 0304abab authored by Georgios Bitzes's avatar Georgios Bitzes
Browse files

Revert "ci: try adding slc6 image"

This reverts commit 64a05ae1.
parent 64a05ae1
No related branches found
No related tags found
No related merge requests found
Pipeline #1575980 passed
...@@ -2,22 +2,6 @@ stages: ...@@ -2,22 +2,6 @@ stages:
- build - build
- publish - publish
slc6:
stage: build
image: gitlab-registry.cern.ch/linuxsupport/slc6-base
script:
- yum install -y rpm-build git
- git fetch --tags
- git submodule update --recursive --init
- git tag
- git describe --dirty
- ./make-rpm.sh
- mkdir ${CI_JOB_NAME}
- cp -r /root/rpmbuild/RPMS build/SRPMS ${CI_JOB_NAME}
artifacts:
paths:
- "$CI_JOB_NAME"
cc7: cc7:
stage: build stage: build
image: gitlab-registry.cern.ch/linuxsupport/cc7-base image: gitlab-registry.cern.ch/linuxsupport/cc7-base
......
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