Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b71d02

Browse files
committed
Fixing oracle diag
1 parent 14d61bc commit 7b71d02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- name: Get ORACLE_BASE/diag data
155155
id: get-oracle-diag-data
156156
if: ${{ always() && steps.run-tests.outcome == 'failure' }}
157-
run: docker exec oracle bash -c "cp -r /opt/oracle/diag /utPLSQL/database-diag"
157+
run: docker exec oracle bash -c "chmod -R +777 /opt/oracle/diag && cp -r /opt/oracle/diag /utPLSQL/database-diag"
158158
- name: Upload ORACLE_BASE/diag data Artifact
159159
id: upload
160160
if: ${{ always() && steps.run-tests.outcome == 'failure' }}

0 commit comments

Comments
 (0)