Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
ce9ff574
Commit
ce9ff574
authored
7 years ago
by
Michael Davis
Browse files
Options
Downloads
Patches
Plain Diff
[xrd_ssi] Pull submodule in CI yml file
parent
94735d3d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
xrootd-ssi-protobuf-interface
+1
-0
1 addition, 0 deletions
xrootd-ssi-protobuf-interface
with
6 additions
and
0 deletions
.gitlab-ci.yml
+
2
−
0
View file @
ce9ff574
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
.gitmodules
0 → 100644
+
3
−
0
View file @
ce9ff574
[submodule "xrootd-ssi-protobuf-interface"]
path = xrootd-ssi-protobuf-interface
url = https://:@gitlab.cern.ch:8443/eos/xrootd-ssi-protobuf-interface.git
This diff is collapsed.
Click to expand it.
xrootd-ssi-protobuf-interface
@
53994320
Subproject commit 5399432079b1c3382865929cf987d0fc3c1ab33a
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment