mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-02-19 21:40:52 +00:00
fix(ci): commit hash setting on build
This commit is contained in:
parent
004ed06152
commit
d345ff65ad
@ -19,7 +19,7 @@ COPY . .
|
||||
RUN npm ci --no-audit
|
||||
|
||||
# Build client
|
||||
RUN if [[ $IS_STABLE == "0" ]] ; then export COMMIT_HASH=$(git rev-parse HEAD) ; fi && npm run build
|
||||
RUN if [ $IS_STABLE = "0" ] ; then export COMMIT_HASH=$(git rev-parse HEAD) ; fi && npm run build
|
||||
|
||||
# Deploy built distribution to nginx
|
||||
FROM nginx:stable-alpine-slim
|
||||
|
Loading…
x
Reference in New Issue
Block a user