Skip to content
Snippets Groups Projects
Commit ce9ff574 authored by Michael Davis's avatar Michael Davis
Browse files

[xrd_ssi] Pull submodule in CI yml file

parent 94735d3d
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ cta_rpm:
stage: build:rpm
image: gitlab-registry.cern.ch/linuxsupport/cc7-base
script:
- git submodule update --init --recursive
- cp -f continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/*.repo /etc/yum.repos.d/
- yum install -y gcc-c++ cmake make rpm-build
- yum -y install yum-plugin-priorities yum-plugin-versionlock
......@@ -60,6 +61,7 @@ cta_tagged_rpm:
script:
- if [ -z "${CI_COMMIT_TAG}" ]; then echo "This is not a tagged commit, exiting"; exit 0; fi
- echo "Building package for tag ${CI_COMMIT_TAG}. CTA_VERSION=${TAG_VERSION} - CTA_RELEASE=${TAG_RELEASE}"
- git submodule update --init --recursive
- cp -f continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/*.repo /etc/yum.repos.d/
- yum install -y gcc-c++ cmake make rpm-build
- yum -y install yum-plugin-priorities yum-plugin-versionlock
......
[submodule "xrootd-ssi-protobuf-interface"]
path = xrootd-ssi-protobuf-interface
url = https://:@gitlab.cern.ch:8443/eos/xrootd-ssi-protobuf-interface.git
Subproject commit 5399432079b1c3382865929cf987d0fc3c1ab33a
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