Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
GeoModelDev
GeoModel
Commits
18204f81
Commit
18204f81
authored
1 year ago
by
Marilena Bandieramonte
Browse files
Options
Downloads
Patches
Plain Diff
Activate the custom docker image with ubuntu 23.10 + geant4 v11.2
parent
9b209ddb
No related branches found
No related tags found
No related merge requests found
Pipeline
#6842698
failed
1 year ago
Stage: step-A
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-9
4 additions, 9 deletions
.gitlab-ci.yml
with
4 additions
and
9 deletions
.gitlab-ci.yml
+
4
−
9
View file @
18204f81
...
@@ -41,7 +41,7 @@ variables:
...
@@ -41,7 +41,7 @@ variables:
# general Ubuntu job template
# general Ubuntu job template
.ubuntu-template-job-base
:
&ubuntu-job-base
.ubuntu-template-job-base
:
&ubuntu-job-base
image
:
ubuntu:
22.04
image
:
gitlab-registry.cern.ch/mbandier/geant4-
ubuntu:
latest
rules
:
rules
:
-
when
:
always
-
when
:
always
...
@@ -53,14 +53,9 @@ variables:
...
@@ -53,14 +53,9 @@ variables:
.ubuntu-template-job-default
:
&ubuntu-job
.ubuntu-template-job-default
:
&ubuntu-job
<<
:
*ubuntu-job-base
<<
:
*ubuntu-job-base
before_script
:
before_script
:
-
apt-get update -qq && apt-get install -y -qq apt-utils git wget unzip build-essential freeglut3-dev libboost-all-dev qtbase5-dev libqt5opengl5-dev mercurial libeigen3-dev libsqlite3-dev nlohmann-json3-dev libexpat1-dev libxerces-c-dev libhdf5-dev libhepmc3-dev cmake
-
pwd; ls
-
apt-get install distro-info-data lsb-release
-
echo "Hello, working from the custom docker image!"
-
wget https://ecsft.cern.ch/dist/cvmfs/cvmfs-release/cvmfs-release-latest_all.deb
-
dpkg -i cvmfs-release-latest_all.deb
-
rm -f cvmfs-release-latest_all.deb
-
apt-get update -qq
-
apt-get install -y -qq cvmfs cvmfs-config-default
-
cvmfs_config setup
# .ubuntu-template-job-registry: &ubuntu-job-registry
# .ubuntu-template-job-registry: &ubuntu-job-registry
...
...
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