Fix quotes
This commit is contained in:
parent
da28fef007
commit
fb12fc2f65
2
.github/workflows/images.yml
vendored
2
.github/workflows/images.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- name: generate images
|
||||
run: |
|
||||
IP=$(doctl compute droplet list --tag-name=github-actions --format "Name,Public IPv4" | grep -v ID | grep ga-out-of-tree-$GITHUB_SHA | awk "{print $2}")
|
||||
IP=$(doctl compute droplet list --tag-name=github-actions --format "Name,Public IPv4" | grep -v ID | grep ga-out-of-tree-$GITHUB_SHA | awk '{print $2}')
|
||||
ssh -o StrictHostKeyChecking=accept-new root@$IP apt update
|
||||
ssh -o StrictHostKeyChecking=accept-new root@$IP apt install -y git podman
|
||||
ssh -o StrictHostKeyChecking=accept-new root@$IP git clone https://github.com/out-of-tree/out-of-tree
|
||||
|
Loading…
Reference in New Issue
Block a user