test to get ci working
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
1b3e058b86
commit
52720830e0
|
@ -7,7 +7,7 @@ steps:
|
|||
settings:
|
||||
repo: foo/bar
|
||||
dry_run: true
|
||||
target: final
|
||||
target: builder
|
||||
tags:
|
||||
- ${DRONE_COMMIT_SHA}
|
||||
- ${DRONE_BRANCH}
|
||||
|
|
|
@ -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 /
|
||||
|
|
Loading…
Reference in New Issue