Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
54e610bd
Unverified
Commit
54e610bd
authored
Apr 19, 2021
by
Radu Popa
Committed by
GitHub
Apr 19, 2021
Browse files
pass COLLATOR_IMAGE var to simnet (#2904)
parent
2a058137
Pipeline
#135126
failed with stages
in 23 minutes and 32 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
54e610bd
...
...
@@ -320,7 +320,8 @@ publish-adder-collator-image:
after_script
:
-
buildah logout "$IMAGE_NAME"
# pass artifacts to the trigger-simnet job
-
echo "COLLATOR_IMAGE_TAG=$(cat ./artifacts/EXTRATAG)" > ./artifacts/collator.env
-
echo "COLLATOR_IMAGE=$IMAGE_NAME" > ./artifacts/collator.env
-
echo "COLLATOR_IMAGE_TAG=$(cat ./artifacts/EXTRATAG)" >> ./artifacts/collator.env
artifacts
:
reports
:
# this artifact is used in trigger-simnet job
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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