This commit is contained in:
parent
1b3e058b86
commit
52720830e0
@ -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}
|
||||||
|
@ -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 /
|
|
||||||
|
Loading…
Reference in New Issue
Block a user