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

Initial build

parents
Pipeline #574 passed with stage
in 13 seconds
---
.template: &template
image: '${CI_REGISTRY}/nest/stage2:${STAGE2_TAG}'
stage: 'build'
tags: ['nest']
script:
- 'systemd-machine-id-setup --root="/nest/hosts/${HOSTNAME}"'
- '[ -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