mirror of
https://github.com/nocobase/nocobase
synced 2024-11-14 22:05:38 +00:00
chore: update Dockerfile
This commit is contained in:
parent
74271a9d7c
commit
f9526e644a
@ -20,7 +20,7 @@ RUN cd /tmp && \
|
||||
RUN yarn install && yarn build --no-dts
|
||||
|
||||
RUN git checkout -b release-$(date +'%Y%m%d%H%M%S') \
|
||||
&& yarn version:alpha -y
|
||||
&& yarn lerna version ${NEWVERSION} -y --no-git-tag-version
|
||||
RUN git config user.email "test@mail.com" \
|
||||
&& git config user.name "test" && git add . \
|
||||
&& git commit -m "chore(versions): test publish packages"
|
||||
|
Loading…
Reference in New Issue
Block a user