Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Carlo FERRIGNO
ci-template-cc
Commits
f76b132f
Unverified
Commit
f76b132f
authored
Feb 18, 2021
by
Volodymyr SAVCHENKO
Browse files
lowercase docker images
parent
4ac30999
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
Makefile
Makefile
+3
-0
make-functions.sh
make-functions.sh
+1
-0
No files found.
Makefile
View file @
f76b132f
...
...
@@ -53,3 +53,6 @@ build-singularity:
run-all
:
snakemake
-j1
-p
--snakefile
ci-template-cc/Snakefile all
bootstrap-ci
:
wget https://gitlab.astro.unige.ch/integral/cc-workflows/cc-crab/-/raw/master/.gitlab-ci.yml
make-functions.sh
View file @
f76b132f
...
...
@@ -97,6 +97,7 @@ DOCKER_REGISTRY=faircrosscalibration
IMAGE
=
"
$DOCKER_REGISTRY
/cc-
$TEST_CASE_NAME
:
$(
git describe
--always
--tags
)
-
$NB2WORKFLOW_VERSION
"
IMAGE
=
$(
echo
$IMAGE
|
tr
'[:upper:]'
'[:lower:]'
)
SINGULARITY_IMAGE
=
${
IMAGE
//\//
}
...
...
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