mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 14:43:21 +08:00
ci: set env CI to true (#418)
This commit is contained in:
parent
24d40fe124
commit
eca3d9d25e
@ -1,5 +1,4 @@
|
|||||||
ARG NODE_VERSION
|
ARG NODE_VERSION
|
||||||
|
|
||||||
FROM node:${NODE_VERSION}-buster-slim
|
FROM node:${NODE_VERSION}-buster-slim
|
||||||
|
|
||||||
SHELL ["/bin/bash", "-l", "-c"]
|
SHELL ["/bin/bash", "-l", "-c"]
|
||||||
@ -26,6 +25,8 @@ RUN wget -q "https://github.com/git/git/archive/v${GIT_VERSION}.tar.gz" && \
|
|||||||
make all && \
|
make all && \
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
ENV CI="true"
|
||||||
|
|
||||||
WORKDIR /repo
|
WORKDIR /repo
|
||||||
|
|
||||||
CMD [ "bash" ]
|
CMD [ "bash" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user