test to get ci working
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jeffrey Paul 2022-02-01 22:05:16 -08:00
parent 1b3e058b86
commit 52720830e0
2 changed files with 4 additions and 5 deletions

View File

@ -7,7 +7,7 @@ steps:
settings:
repo: foo/bar
dry_run: true
target: final
target: builder
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}

View File

@ -28,7 +28,6 @@ RUN make
RUN tar -c . | bzip2 > /src.tbz2
FROM scratch
COPY --from=builder /src.tbz2 /
COPY --from=builder /build/mfer /
#FROM scratch
#COPY --from=builder /src.tbz2 /
#COPY --from=builder /build/mfer /