Skip to content
Snippets Groups Projects
Commit e8ad54c1 authored by Sjoerd Simons's avatar Sjoerd Simons
Browse files

Setup docker registry early

For some reason sometimes our aws CI worker can't reach the docker
site.. Move the registry setup very early so that we fail early as well
if that's the case
parent 44727e52
Branches apertis/v2021 apertis/v2022dev1 apertis/v2022dev2
Tags apertis/0.2020.2co1
No related merge requests found
......@@ -56,6 +56,10 @@ actions:
chroot: true
script: scripts/apt_source.sh -m "https://repositories.apertis.org/rpi64-containers/" -r {{ $suite }} rpi64-containers
- action: run
description: "Setup docker repository"
script: scripts/setup_docker_repository.sh buster
- action: overlay
source: overlays/dpkg-exclusions
......@@ -131,9 +135,6 @@ actions:
- nodejs
- rsync
- action: run
description: "Setup docker repository"
script: scripts/setup_docker_repository.sh buster
- action: apt
description: "Install docker packages"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment