Commit 7c10f26 1 parent c749582 commit 7c10f26 Copy full SHA for 7c10f26
File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Comment to be posted on PRs from first-time contributors in your repository
2
- newPRWelcomeComment : >
2
+ newPRWelcomeComment : |
3
3
Thank you for opening this pull request! 🙌
4
4
5
5
These tips will help get your PR across the finish line:
6
+
6
7
- Most of the repos have a PR template; if not, fill it out to the best of your knowledge.
7
8
- Sign off your commits (Reference: [DCO Guide](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md)).
8
9
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ pushd ${OUT}
18
18
if [ ! -z " $IMAGE " ];
19
19
then
20
20
kind load docker-image ${IMAGE}
21
- if [ ${IMAGE_NAME} -eq " flytepropeller" ]
21
+ if [ " ${IMAGE_NAME} " == " flytepropeller" ]
22
22
then
23
- sed -i.bak -e " s_${IMAGE_NAME} :.*_${IMAGE} _g" ${OUT} /kustomize/base/propeller/deployment.yaml
23
+ sed -i.bak -e " s_${IMAGE_NAME} :.*_${IMAGE} _g" " ${OUT} " /kustomize/base/propeller/deployment.yaml
24
24
fi
25
25
26
- if [ ${IMAGE} -eq " flyteadmin" ]
26
+ if [ " ${IMAGE_NAME} " == " flyteadmin" ]
27
27
then
28
- sed -i.bak -e " s_${IMAGE_NAME} :.*_${IMAGE} _g" ${OUT} /kustomize/base/admindeployment/deployment.yaml
28
+ sed -i.bak -e " s_${IMAGE_NAME} :.*_${IMAGE} _g" " ${OUT} " /kustomize/base/admindeployment/deployment.yaml
29
29
fi
30
30
fi
31
31
Original file line number Diff line number Diff line change 1
1
# Comment to be posted on PRs from first-time contributors in your repository
2
- newPRWelcomeComment : >
2
+ newPRWelcomeComment : |
3
3
Thank you for opening this pull request! 🙌
4
4
5
5
These tips will help get your PR across the finish line:
6
+
6
7
- Most of the repos have a PR template; if not, fill it out to the best of your knowledge.
7
8
- Sign off your commits (Reference: [DCO Guide](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md)).
8
9
You can’t perform that action at this time.
0 commit comments