File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
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 ...."
You can’t perform that action at this time.
0 commit comments