Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixGraph
Commits
3e4b0b0e
Commit
3e4b0b0e
authored
Dec 16, 2020
by
Pierre Aubert
Browse files
Update CI
parent
715b700b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
.gitlab-ci.yml
.gitlab-ci.yml
+1
-7
No files found.
.gitlab-ci.yml
View file @
3e4b0b0e
image
:
ctalapp/cta_analysis
image
:
gitlab-registry.in2p3.fr/cta-lapp/phoenix_libs/phoenix/phoenix_minimal:0.1
stages
:
-
BuildTestinstall
...
...
@@ -9,8 +9,6 @@ stages:
#- deploy
dailyBuildMasterAll
:
variables
:
CONDA_ENV_DIR
:
/opt/conda/envs/ctadev
#cache:
#untracked: true
#paths:
...
...
@@ -19,7 +17,6 @@ dailyBuildMasterAll:
stage
:
BuildTestinstall
script
:
-
export LD_LIBRARY_PATH=/usr/lib
-
source activate ${CONDA_ENV}
-
env
-
mkdir -p build
-
cd build
...
...
@@ -62,12 +59,9 @@ dailyCoverageMasterAll:
tags
:
pages
:
variables
:
CONDA_ENV_DIR
:
/opt/conda/envs/ctadev
stage
:
deploy
script
:
-
export LD_LIBRARY_PATH=/usr/lib
-
source activate ${CONDA_ENV}
-
env
-
rm -fr build public
-
mkdir -p build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment