fix: remove ineffective container.options, rely on runner volume mounts
This commit is contained in:
@@ -11,10 +11,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: aliyun
|
runs-on: aliyun
|
||||||
container:
|
|
||||||
options: -v /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Docker CLI
|
|
||||||
run: apt-get update && apt-get install -y docker.io
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: cd /root/PR-Helper && bash deploy.sh
|
run: cd /root/PR-Helper && bash deploy.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user