Skip to content

Commit 851ff31

Browse files
committed
make format
1 parent 786f696 commit 851ff31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci-test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515
if [ $USE_RHTAP_IMAGES == "true" ]; then
1616
echo "USE_RHTAP_IMAGES is set to $USE_RHTAP_IMAGES"
1717
echo "Note - configuration is going to use the runner images and Jenkins from redhat-appstudio"
18-
else
18+
else
1919
echo "USE_RHTAP_IMAGES is set to $USE_RHTAP_IMAGES"
2020
echo "Note - configuration is going to use the runner images#MY_QUAY_USER and Jenkins MY_GITHUB_USER"
2121
fi
@@ -30,15 +30,15 @@ function updateGitAndQuayRefs() {
3030
if [ $USE_RHTAP_IMAGES == "true" ]; then
3131
echo "USE_RHTAP_IMAGES is set to $USE_RHTAP_IMAGES"
3232
echo "No images or Jenkins references patched"
33-
else
33+
else
3434
echo "USE_RHTAP_IMAGES is set to $USE_RHTAP_IMAGES"
3535
echo "images or Jenkins references patched to quay.io/$MY_QUAY_USER and github.com/$MY_GITHUB_USER"
3636
if [ -f $1 ]; then
3737
sed -i "s!quay.io/redhat-appstudio/rhtap-task-runner.*!quay.io/$MY_QUAY_USER/rhtap-task-runner:dev!g" $1
3838
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
4040
fi
41-
fi
41+
fi
4242
}
4343

4444
function updateBuild() {

0 commit comments

Comments
 (0)