Skip to content
Snippets Groups Projects
Commit c8a30b47 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

fixed syntax issue

parent e0452f1d
No related branches found
No related tags found
1 merge request!18Re-factor repository workflow
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
......@@ -18,7 +18,7 @@ variables:
TAG: @TAG@
PUBLISH: "@PUBLISH@"
defaults:
default:
tags:
- silicon
......@@ -29,9 +29,9 @@ builder:
- cd containers/builder
- head Dockerfile
- make login
- echo "Creating builder image for: $TARGET_BUILDER"
- echo "Creating builder image for $TARGET_BUILDER"
- make $TARGET_BUILDER
- echo "Publishing image: $PUBLISH"
- echo "Publishing image $PUBLISH"
- make $PUBLISH
config:
......@@ -52,9 +52,9 @@ release:docker:
- cp config/eic-env.sh containers/release/eic-env.sh
- cd containers/release
- make login
- echo "Creating release image for: $TARGET_RELEASE"
- echo "Creating release image for $TARGET_RELEASE"
- make $TARGET_RELEASE
- echo "Publishing image: $PUBLISH"
- echo "Publishing image $PUBLISH"
- make $PUBLISH
release:singularity:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment