Revert "hack"

This reverts commit 0521ce7e6eec4e8a6a428151d63c90fe0f459d99.
This commit is contained in:
burnettk 2022-11-22 18:00:33 -05:00
parent 0521ce7e6e
commit e8ff84f4ad

View File

@ -10,8 +10,7 @@ RUN mkdir -p /go/src/github.com/status-im/status-go
WORKDIR /go/src/github.com/status-im/status-go
ADD . .
# RUN cd cmd/spiff-workflow && go build --mod=vendor
RUN cd cmd/spiff-workflow && perl -pi -e "s/params.RopstenNetworkID/params.GoerliNetworkID/g" main.go && perl -pi -e "s/params.RinkebyNetworkID/params.GoerliNetworkID/g" main.go && go build --mod=vendor -tags gowaku_skip_migrations
RUN cd cmd/spiff-workflow && go build --mod=vendor -tags gowaku_skip_migrations
# Copy the binary to the second image
FROM alpine:latest