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: