Update main.yml
This commit is contained in:
parent
c135ec960f
commit
f11acca25f
|
@ -8,14 +8,14 @@ jobs:
|
|||
name: BuildISO
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
|
||||
- run: git clone https://gitlab.archlinux.org/archlinux/archiso.git ~/archiso
|
||||
|
||||
- run: git clone https://github.com/logzinga/elnathco.git
|
||||
|
||||
- run: cp -r elnathco/isoprofile ~/iso
|
||||
|
||||
- run: sudo ~/archiso/archiso/mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile
|
||||
- name: archiso gitclone
|
||||
run: git clone https://gitlab.archlinux.org/archlinux/archiso.git ~/archiso
|
||||
- name: iso profile gitclone
|
||||
run: git clone https://github.com/logzinga/elnathco.git ~/iso
|
||||
- name: copy iso profile
|
||||
run: cp -r elnathco/isoprofile ~/iso
|
||||
- name: create iso
|
||||
run: sudo ~/archiso/archiso/mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue