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

Initialize with GitLab CI

parents
Pipeline #249 canceled with stage
---
default:
image: 'docker:19.03.13'
stages:
- 'sync'
'Sync gentoo/stage3:amd64-systemd':
stage: 'sync'
tags: ['docker']
script:
- 'docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY'
- 'docker pull gentoo/stage3:amd64-systemd'
- 'docker tag gentoo/stage3:amd64-systemd $CI_REGISTRY_IMAGE:amd64-systemd'
- 'docker push $CI_REGISTRY_IMAGE:amd64-systemd'
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