From c56f9e0c5d419957ba32445c71eb1ea6e491b1ec Mon Sep 17 00:00:00 2001 From: maren Date: Sun, 7 Jan 2024 18:21:54 -0500 Subject: [PATCH] lazygit --- .woodpecker.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index fc62b80..d6ed3aa 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,11 +5,13 @@ steps: build: image: debian:bookworm commands: - - echo "This is the build step" - - rm -rf sorrel || true - - raco cross --target x86_64-linux exe sorrel.dev.rkt - - raco cross --target x86_64-linux dist sorrel sorrel.dev - - ls + - apt update + - rm -rf data/ + - rm -rf in-progress + - apt -yq install racket ca-certificates + - yes Y | raco pkg install --no-docs csv-reading + - raco exe sorrel.dev.rkt + - raco distribute dist sorrel.dev a-test-step: image: debian:bookworm commands: