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
...@@ -18,7 +18,7 @@ variables: ...@@ -18,7 +18,7 @@ variables:
TAG: @TAG@ TAG: @TAG@
PUBLISH: "@PUBLISH@" PUBLISH: "@PUBLISH@"
defaults: default:
tags: tags:
- silicon - silicon
...@@ -29,9 +29,9 @@ builder: ...@@ -29,9 +29,9 @@ builder:
- cd containers/builder - cd containers/builder
- head Dockerfile - head Dockerfile
- make login - make login
- echo "Creating builder image for: $TARGET_BUILDER" - echo "Creating builder image for $TARGET_BUILDER"
- make $TARGET_BUILDER - make $TARGET_BUILDER
- echo "Publishing image: $PUBLISH" - echo "Publishing image $PUBLISH"
- make $PUBLISH - make $PUBLISH
config: config:
...@@ -52,9 +52,9 @@ release:docker: ...@@ -52,9 +52,9 @@ release:docker:
- cp config/eic-env.sh containers/release/eic-env.sh - cp config/eic-env.sh containers/release/eic-env.sh
- cd containers/release - cd containers/release
- make login - make login
- echo "Creating release image for: $TARGET_RELEASE" - echo "Creating release image for $TARGET_RELEASE"
- make $TARGET_RELEASE - make $TARGET_RELEASE
- echo "Publishing image: $PUBLISH" - echo "Publishing image $PUBLISH"
- make $PUBLISH - make $PUBLISH
release:singularity: release:singularity:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment