fix: remove stale src directories in host volume before copy to resolve compilation conflict
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 12m14s
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 12m14s
This commit is contained in:
@@ -17,6 +17,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Sync Code to Host Volume
|
- name: Sync Code to Host Volume
|
||||||
run: |
|
run: |
|
||||||
|
echo "Cleaning up old src directories to prevent stale source files..."
|
||||||
|
rm -rf /app/*/src
|
||||||
echo "Copying latest code to /app (Host Volume)..."
|
echo "Copying latest code to /app (Host Volume)..."
|
||||||
cp -a . /app/
|
cp -a . /app/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user