This commit is contained in:
parent
32dfb09078
commit
4c2ee0146c
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ when:
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
secrets: [registry_user, registry_password]
|
secrets: [registry_user, registry_password]
|
||||||
image: archlinux:base-devel
|
image: docker.io/archlinux:base-devel
|
||||||
commands:
|
commands:
|
||||||
- ./build-iso
|
- ./build-iso
|
||||||
- eval $(grep iso_ archiso/profiledef.sh)
|
- eval $(grep iso_ archiso/profiledef.sh)
|
||||||
- ISO_FILE="$iso_name-$iso_version-x86_64.iso"
|
- ISO_FILE="archiso/out/$iso_name-$iso_version-x86_64.iso"
|
||||||
- echo $ISO_FILE
|
- echo $ISO_FILE
|
||||||
- |
|
- |
|
||||||
curl --user ${REGISTRY_USER}:${REGISTRY_PASSWORD}
|
curl --user ${REGISTRY_USER}:${REGISTRY_PASSWORD}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue