Skip to content

Commit 74e47e8

Browse files
Shilpa Chughopenshift-merge-robot
authored andcommitted
add_overwrite_for_ray.sh
1 parent 620c8e7 commit 74e47e8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/sync.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ jobs:
6262
rsync -av --exclude='distributed-workloads.sh' ../tests/basictests/ tests/basictests/
6363
echo "rsync complete .........."
6464
65+
# Overwrite path in ray.sh
66+
echo "Performing overwrite ......"
67+
sed -i -e 's/\(RESOURCEDIR="${MY_DIR}\/..\/resources\)/\1\/ray/' tests/basictests/ray.sh
68+
sed -i 's/\(source ${MY_DIR}\/..\)/\1\/resources\/codeflare-stack/' tests/basictests/ray.sh
69+
echo "overwrite complete ........"
70+
6571
# Update compatibilty matrix in codeflare/readme
6672
echo "updating compatibilty matrix ........."
6773
sed -i -E "s/(.*CodeFlare Operator.*)v[0-9]+\.[0-9]+\.[0-9]+(.*)/\1${{ env.CODEFLARE_OPERATOR_VERSION }}\2/" codeflare-stack/README.md
@@ -76,7 +82,7 @@ jobs:
7682
git config user.name "GitHub Actions"
7783
7884
# Commit and push the branch to origin
79-
echo " status before add ....."
85+
echo "Summary of changes:"
8086
git status
8187
if [[ `git status --porcelain` ]]; then
8288
echo "Changes detected ...."

0 commit comments

Comments
 (0)