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
ESCAPE2020
WP3
template_project_escape
Commits
8a5df905
Commit
8a5df905
authored
Jan 28, 2022
by
Enrique Garcia
Browse files
improve CI and modify date
parent
1a30edce
Pipeline
#159126
passed with stages
in 2 minutes and 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-2
codemeta.json
codemeta.json
+1
-1
No files found.
.gitlab-ci.yml
View file @
8a5df905
...
...
@@ -32,7 +32,7 @@ test_project:
test_docker_registry
:
# Test of last container in registry
stage
:
test
image
:
gitlab-registry.in2p3.fr/escape2020/wp3/template_project_escape:
v2.2
image
:
gitlab-registry.in2p3.fr/escape2020/wp3/template_project_escape:
latest
script
:
-
source activate escape_template
-
square_number -i -12.5
...
...
@@ -98,9 +98,10 @@ deploy_zenodo:
-
build_docker_image
before_script
:
-
eossr-check-connection-zenodo --token $ZENODO_TOKEN --sandbox False -p $CI_PROJECT_DIR
script
:
-
mkdir -p zenodo_build
-
ls docker_build && cp docker_build/* zenodo_build
-
ls singularity_build && cp singularity_build/* zenodo_build
script
:
-
gitlab_prepare_upload_zenodo.sh $CI_PROJECT_NAME $CI_PROJECT_DIR zenodo_build
-
ls zenodo_build
...
...
codemeta.json
View file @
8a5df905
...
...
@@ -14,7 +14,7 @@
"installUrl"
:
"https://gitlab.in2p3.fr/escape2020/wp3/template_project_escape/-/blob/master/setup.py"
,
"releaseNotes"
:
"Update Jupyter notebook with an example related with the repository."
,
"dateCreated"
:
"2019-11-05"
,
"datePublished"
:
"2022-01-2
7
"
,
"datePublished"
:
"2022-01-2
8
"
,
"dateModified"
:
"2021-05-25"
,
"isAccessibleForFree"
:
true
,
"isPartOf"
:
[
...
...
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