mirror of https://github.com/boa-dev/boa.git
Iban Eguia Moraza
2 years ago
5 changed files with 24 additions and 24 deletions
@ -0,0 +1,11 @@
|
||||
#cloud-config |
||||
cloud_config_modules: |
||||
- runcmd |
||||
|
||||
cloud_final_modules: |
||||
- scripts-user |
||||
|
||||
runcmd: |
||||
- dnf upgrade --refresh -y |
||||
- dnf install --refresh git -y |
||||
- git clone |
@ -0,0 +1,4 @@
|
||||
#/bin/sh |
||||
|
||||
repo_url = "https://github.com/$GITHUB_REPOSITORY.git" |
||||
commit = |
Loading…
Reference in new issue