test to get ci working
Some checks failed
continuous-integration/drone/push Build is failing

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: settings:
repo: foo/bar repo: foo/bar
dry_run: true dry_run: true
target: final target: builder
tags: tags:
- ${DRONE_COMMIT_SHA} - ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH} - ${DRONE_BRANCH}

View File

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