Testin'
This commit is contained in:
parent
636af566e3
commit
481605e2c0
@ -39,4 +39,4 @@ jobs:
|
||||
- name: Copy contents to pod temp folder (due to permission issues)
|
||||
run: kubectl cp content my-stuff/$TARGET_POD:/tmp
|
||||
- name: Change permissions and move files to WWW directory
|
||||
run: kubectl exec -i -n my-stuff $TARGET_POD -- bash -c "chown -R 1000:1000 /tmp/content && mv -r /tmp/content/* /www/data"
|
||||
run: kubectl exec -i -n my-stuff $TARGET_POD -- bash -c "chown -R 1000:1000 /tmp/content && mv /tmp/content/* /www/data"
|
||||
|
Loading…
Reference in New Issue
Block a user