Skip to content

Commit 2e46a8f

Browse files
author
chenyunliang520
committed
Update tests-ssl.yml: Replace tee with cat for file creation, add ownership and permissions fix step for opengauss directory
1 parent 9ccbaaa commit 2e46a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-ssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Create configuration directories
6060
run: |
6161
mkdir -p ${{ github.workspace }}/opengauss/conf
62-
sudo chown omm:omm ${{ github.workspace }}/opengauss/conf ${{ github.workspace }}/certs || true
62+
sudo chown omm:omm ${{ github.workspace }}/certs || true
6363
sudo chmod 755 ${{ github.workspace }}/opengauss/conf ${{ github.workspace }}/certs || true
6464
6565
- name: Set certificate permissions

0 commit comments

Comments
 (0)