File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
if [ $USE_RHTAP_IMAGES == " true" ]; then
16
16
echo " USE_RHTAP_IMAGES is set to $USE_RHTAP_IMAGES "
17
17
echo " Note - configuration is going to use the runner images and Jenkins from redhat-appstudio"
18
- else
18
+ else
19
19
echo " USE_RHTAP_IMAGES is set to $USE_RHTAP_IMAGES "
20
20
echo " Note - configuration is going to use the runner images#MY_QUAY_USER and Jenkins MY_GITHUB_USER"
21
21
fi
@@ -30,15 +30,15 @@ function updateGitAndQuayRefs() {
30
30
if [ $USE_RHTAP_IMAGES == " true" ]; then
31
31
echo " USE_RHTAP_IMAGES is set to $USE_RHTAP_IMAGES "
32
32
echo " No images or Jenkins references patched"
33
- else
33
+ else
34
34
echo " USE_RHTAP_IMAGES is set to $USE_RHTAP_IMAGES "
35
35
echo " images or Jenkins references patched to quay.io/$MY_QUAY_USER and github.com/$MY_GITHUB_USER "
36
36
if [ -f $1 ]; then
37
37
sed -i " s!quay.io/redhat-appstudio/rhtap-task-runner.*!quay.io/$MY_QUAY_USER /rhtap-task-runner:dev!g" $1
38
38
sed -i " s!https://github.com/redhat-appstudio!https://github.com/$MY_GITHUB_USER !g" $1
39
- sed -i " s!RHTAP_Jenkins@.*'!RHTAP_Jenkins@dev'!g" $1
39
+ sed -i " s!RHTAP_Jenkins@.*'!RHTAP_Jenkins@dev'!g" $1
40
40
fi
41
- fi
41
+ fi
42
42
}
43
43
44
44
function updateBuild() {
You can’t perform that action at this time.
0 commit comments