Proper test
parent
8549c4be81
commit
e0a5f93799
|
@ -4,7 +4,6 @@ pipeline:
|
||||||
publish:
|
publish:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
repo: chewingbever/vlang
|
repo: chewingbever/vlang
|
||||||
tag: latest
|
tag: latest
|
||||||
|
|
|
@ -19,7 +19,6 @@ RUN apk --no-cache add \
|
||||||
libarchive-static libarchive-dev \
|
libarchive-static libarchive-dev \
|
||||||
diffutils
|
diffutils
|
||||||
|
|
||||||
## RUN apk --no-cache add --virtual sdl2deps sdl2-dev sdl2_ttf-dev sdl2_mixer-dev sdl2_image-dev
|
|
||||||
COPY . /vlang-local
|
COPY . /vlang-local
|
||||||
|
|
||||||
RUN git clone \
|
RUN git clone \
|
||||||
|
|
Loading…
Reference in New Issue