Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
conscheme: use new repo in GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
rgherdt committed Dec 5, 2021
1 parent eecc457 commit 1ecc50d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions implementations/conscheme/head/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ FROM debian:bullseye-slim AS build
RUN apt-get update && apt-get -y --no-install-recommends install \
build-essential ca-certificates git golang \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /build/conscheme
RUN git init \
&& git remote add origin https://github.com/weinholt/conscheme.git \
&& git fetch origin 9f34f3f1e7a7c480b09a92cf3302f469bd7fbdd7 --depth 1 --tags \
&& git reset --hard FETCH_HEAD
WORKDIR /build
RUN git clone https://gitlab.com/weinholt/conscheme.git
RUN go get -d -v ./...
RUN go build -v ./...
RUN go test -v ./...
Expand Down

0 comments on commit 1ecc50d

Please sign in to comment.