Proper test
parent
8549c4be81
commit
e0a5f93799
|
@ -4,7 +4,6 @@ pipeline:
|
|||
publish:
|
||||
image: plugins/docker
|
||||
secrets: [ docker_username, docker_password ]
|
||||
|
||||
settings:
|
||||
repo: chewingbever/vlang
|
||||
tag: latest
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue