mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
test
This commit is contained in:
parent
4a4bed59f3
commit
b1f28efc34
@ -18,10 +18,10 @@ build-deemix:
|
||||
#image: node:16
|
||||
stage: build-deemix
|
||||
script:
|
||||
#- apt update && apt install -y --no-install-recommends zip
|
||||
- apt update && apt install -y --no-install-recommends zip git curl
|
||||
# Can replace with SHA-COMMIT
|
||||
- export DATE=$(date +%Y%m%d)
|
||||
- apk add --no-cache zip git curl
|
||||
#- apk add --no-cache zip git curl
|
||||
- git clone --depth=1 https://gitlab.com/RemixDev/deemix-gui.git --recursive
|
||||
- cd deemix-gui
|
||||
- yarn config set network-timeout 1000000 -g
|
||||
|
@ -2,7 +2,7 @@ FROM node:16
|
||||
ARG PACKAGE_REGISTRY_URL
|
||||
ARG TARGETARCH
|
||||
ARG JOB_TOKEN
|
||||
RUN apk add --no-cache curl git && echo $TARGETARCH
|
||||
RUN apt update && apt install -y --no-install-recommends curl git && echo $TARGETARCH
|
||||
COPY deemix-gui deemix-gui
|
||||
WORKDIR deemix-gui/
|
||||
# Only install pkg
|
||||
|
Loading…
x
Reference in New Issue
Block a user