mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
Update Dockerfile, .gitlab-ci.yml
This commit is contained in:
parent
eed268165b
commit
7a6a6377df
@ -36,6 +36,7 @@ build-deemix:
|
||||
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file ${ZIP_NAME}.zip ${PACKAGE_REGISTRY_URL}/${ZIP_NAME}.zip
|
||||
- |
|
||||
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file ${ZIP_NAME}.zip ${PACKAGE_REGISTRY_URL}/${ZIP_NAME}-${DATE}.zip
|
||||
- echo ${PACKAGE_REGISTRY_URL}/${ZIP_NAME}.zip #This for download URL dockerfile
|
||||
artifacts:
|
||||
paths:
|
||||
- deemix-docker/
|
||||
|
@ -21,8 +21,10 @@ RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
mkdir /downloads
|
||||
|
||||
RUN curl -L -o deemix.zip http://gitlab.com/Bockiii/deemix-src/-/jobs/artifacts/master/download?job=dl_src && \
|
||||
unzip deemix
|
||||
#RUN curl -L -o deemix.zip http://gitlab.com/Bockiii/deemix-src/-/jobs/artifacts/master/download?job=dl_src && \
|
||||
# unzip deemix
|
||||
|
||||
curl -L https://gitlab.com/api/v4/projects/47/packages/generic//pigallery2/pigallery2.zip -o deemix-docker.zip
|
||||
|
||||
COPY root/ /
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user