Commit 6e728d6b authored by nanahira's avatar nanahira

dry run

parent 8cf6ae9f
Pipeline #3059 passed with stages
in 3 minutes and 17 seconds
......@@ -17,7 +17,7 @@ build:
tags:
- docker
script:
- docker build --pull -t $CONTAINER_TEST_IMAGE .
- docker build --pull --no-cache -t $CONTAINER_TEST_IMAGE .
- docker build -t $CONTAINER_TEST_IMAGE_X -f Dockerfile.x --build-arg BASE_IMAGE=$CONTAINER_TEST_IMAGE .
- docker push $CONTAINER_TEST_IMAGE
- docker push $CONTAINER_TEST_IMAGE_X
......
......@@ -5,7 +5,8 @@ RUN apt update && \
apt -y install xdg-utils firefox-esr && \
rm -rf /var/tmp/* /tmp/* /var/lib/apt/lists/*
RUN wget -O plugins/mirai-login-solver-selenium.jar https://maven.aliyun.com/repository/public/net/mamoe/mirai-login-solver-selenium/1.0-dev-17/mirai-login-solver-selenium-1.0-dev-17-all.jar
RUN wget -O plugins/mirai-login-solver-selenium.jar https://maven.aliyun.com/repository/public/net/mamoe/mirai-login-solver-selenium/1.0-dev-17/mirai-login-solver-selenium-1.0-dev-17-all.jar && \
./mcl --dry-run
ENV DISPLAY=:0
CMD ["java", "-jar", "mcl.jar"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment