Skip to content

Commit

Permalink
resolve conflict (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandowns authored Nov 14, 2023
1 parent 5bf921c commit c26da22
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 133 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN cd ./cmd/backport && make LDFLAGS="-linkmode=external"
RUN cd ./cmd/gen_release_notes && make LDFLAGS="-linkmode=external"
RUN cd ./cmd/gen_release_report && make LDFLAGS="-linkmode=external"
RUN cd ./cmd/k3s_release && make LDFLAGS="-linkmode=external"
RUN cd ./cmd/standup && make
ARG ETCD_VERSION=v3.5.7
ARG GH_VERSION=2.23.0
ARG YQ_VERSION=v4.30.8
Expand Down Expand Up @@ -58,7 +57,6 @@ COPY --from=builder /ecm-distro-tools/cmd/gen_release_notes/bin/gen_release_note
COPY --from=builder /ecm-distro-tools/cmd/gen_release_report/bin/gen_release_report /usr/local/bin
COPY --from=builder /ecm-distro-tools/cmd/k3s_release/bin/k3s_release /usr/local/bin
COPY --from=builder /ecm-distro-tools/cmd/backport/bin/backport /usr/local/bin
COPY --from=builder /ecm-distro-tools/cmd/standup/bin/standup /usr/local/bin
COPY --from=builder /ecm-distro-tools/cmd/test_coverage/bin/test_coverage /usr/local/bin
COPY --from=builder /usr/local/bin/etcdctl /usr/local/bin
COPY --from=builder /usr/local/bin/trivy /usr/local/bin
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ rke2_release:
backport:
cd cmd/$@ && $(MAKE)

.PHONY: standup
standup:
cd cmd/$@ && $(MAKE)

.PHONY: test_coverage
test_coverage:
cd cmd/$@ && $(MAKE)
Expand Down
43 changes: 0 additions & 43 deletions cmd/standup/Makefile

This file was deleted.

84 changes: 0 additions & 84 deletions cmd/standup/main.c

This file was deleted.

0 comments on commit c26da22

Please sign in to comment.