We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b3577 commit 9d9fc5bCopy full SHA for 9d9fc5b
hack/copy-to-tssc-templates
@@ -70,7 +70,7 @@ rm -rf $JENKINS_SHARED_LIB/resources/env.template.sh
70
rm -rf $JENKINS_SHARED_LIB/resources/signing-secret-env.sh
71
72
# templates are copied 1-1
73
-for ciType in jenkins gitlabci githubactions; do
+for ciType in jenkins gitlabci githubactions azure; do
74
update-tssc-templates $CI_ROOT_SRC $ciType rhtap/env.template.sh $GEN_SRC
75
update-tssc-templates $CI_ROOT_GITOPS $ciType rhtap/env.template.sh $GEN_GITOPS
76
done
0 commit comments