From 8470aad14723a847758f655d9348334d0d075041 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Wed, 1 Mar 2023 09:53:27 -0500 Subject: [PATCH] remove prep phase --- .build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.build.yml b/.build.yml index c794ef9..0152216 100644 --- a/.build.yml +++ b/.build.yml @@ -15,10 +15,10 @@ tasks: # add the "build" user to the docker group # start the docker service # briefly pause to allow the docker service to fully start - - prep: | - sudo addgroup build docker - sudo rc-service docker start - sleep 4 + #- prep: | + # sudo addgroup build docker + # sudo rc-service docker start + # sleep 4 # build the image using the just recipe - build: |