fixin
This commit is contained in:
parent
b1edeeca3c
commit
1eee92d24b
@ -39,4 +39,4 @@ jobs:
|
|||||||
- name: Copy contents to pod temp folder (due to permission issues)
|
- name: Copy contents to pod temp folder (due to permission issues)
|
||||||
run: kubectl cp content my-stuff/$TARGET_POD:/tmp
|
run: kubectl cp content my-stuff/$TARGET_POD:/tmp
|
||||||
- name: Change permissions and move files to WWW directory
|
- name: Change permissions and move files to WWW directory
|
||||||
run: kubectl exec -it my-stuff/$TARGET_POD -- chown -R root:root /tmp/content && mv /tmp/content /www/data
|
run: kubectl exec -it -n my-stuff $TARGET_POD -- chown -R root:root /tmp/content && mv /tmp/content /www/data
|
||||||
|
Loading…
Reference in New Issue
Block a user