Browse Source
ci: add packer files execute permission
pull/5044/head
NGPixel
2 years ago
No known key found for this signature in database
GPG Key ID: 8FDA2F1757F60D63
1 changed files with
7 additions and
0 deletions
-
dev/packer/digitalocean.json
|
|
@ -38,6 +38,13 @@ |
|
|
|
"source": "scripts/099-one-click", |
|
|
|
"destination": "/etc/update-motd.d/099-one-click" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "shell", |
|
|
|
"inline": [ |
|
|
|
"chmod +x /var/lib/cloud/scripts/per-instance/001-onboot.sh", |
|
|
|
"chmod +x /etc/update-motd.d/099-one-click" |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "shell", |
|
|
|
"environment_vars": [ |
|
|
|