Proper test

main
Jef Roosens 2022-01-14 11:43:10 +01:00
parent 8549c4be81
commit e0a5f93799
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ pipeline:
publish:
image: plugins/docker
secrets: [ docker_username, docker_password ]
settings:
repo: chewingbever/vlang
tag: latest

View File

@ -19,7 +19,6 @@ RUN apk --no-cache add \
libarchive-static libarchive-dev \
diffutils
## RUN apk --no-cache add --virtual sdl2deps sdl2-dev sdl2_ttf-dev sdl2_mixer-dev sdl2_image-dev
COPY . /vlang-local
RUN git clone \