1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 09:54:17 +02:00

update parser

This commit is contained in:
Robin Appelman 2020-02-02 22:52:09 +01:00
commit a3a5329a94
2 changed files with 2 additions and 1 deletions

View file

@ -3,3 +3,4 @@
.php_cs.* .php_cs.*
test test
vendor vendor
node_modules

View file

@ -1,5 +1,5 @@
FROM registry.gitlab.com/rust_musl_docker/image:stable-latest AS build FROM registry.gitlab.com/rust_musl_docker/image:stable-latest AS build
ENV PARSER_VERSION 6b0442741ee8365e2df04e653d4ce7068351a332 ENV PARSER_VERSION 571bd1b
WORKDIR /root/build WORKDIR /root/build
RUN git clone https://github.com/demostf/parser RUN git clone https://github.com/demostf/parser
WORKDIR /root/build/parser WORKDIR /root/build/parser