Commit cd4a3572 authored by James T. Lee's avatar James T. Lee
Browse files

Initial build

parents
Pipeline #577 passed with stage
in 14 seconds
---
variables:
DESTDIR: '/nest/hosts/${HOSTNAME}'
.template: &template
image: '${CI_REGISTRY}/nest/stage2:${STAGE2_TAG}'
stage: 'build'
tags: ['nest']
script:
- 'systemd-machine-id-setup --root="$DESTDIR"'
- '[ -f "/nest/hosts/${HOSTNAME}/etc/hostname" ] || echo "$HOSTNAME" > "/nest/hosts/${HOSTNAME}/etc/hostname"'
- 'cp -a "/nest/hosts/${HOSTNAME}/etc/hostname" /etc/hostname'
'Build eyas7':
<<: *template
variables:
HOSTNAME: 'eyas7'
STAGE2_TAG: 'sopine-server'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment