Skip to content

Commit

Permalink
escaping SCCI_REPO
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed May 4, 2022
1 parent 3b59ead commit 17ebcc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def assemble_env_vars(
release_image = repo_model.registry.test_to_release[test_image]

return {
"SCCI_REPO": repo_model.repo,
"SCCI_REPO": repo_model.escaped_repo,
"SCCI_CLONE_DIR": f"{clone_directory}",
"SCCI_IMAGE_NAME": image_name,
"SCCI_TAG": tag,
Expand Down

0 comments on commit 17ebcc6

Please sign in to comment.