Skip to content

Commit ee9477c

Browse files
committed
fix: prebuild ci
1 parent 93f68ef commit ee9477c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/prebuild/prebuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TMP_VOLUME_NAME=lgsm-prebuild-$(date +%s)
1010

1111
docker volume rm $TMP_VOLUME_NAME || true
1212

13-
docker run --rm -v $TMP_VOLUME_NAME:/app/resources bash sh -c 'wget -O /app/resources/druid-install-command.sh https://github.com/highcard-dev/druid-cli/releases/latest/download/druid-install-command.sh && mkdir /app/resources/deployment && chmod +x /app/resources/druid-install-command.sh && chown 1000:1000 -R /app/resources/'
13+
docker run --rm -v $TMP_VOLUME_NAME:/app/resources bash sh -c 'wget -O /app/resources/druid-install-command.sh https://github.com/highcard-dev/druid-cli/releases/latest/download/druid-install-command.sh && mkdir -p /app/resources/deployment && chmod +x /app/resources/druid-install-command.sh && chown 1000:1000 -R /app/resources/'
1414

1515
DOCKER_ENTRYPOINT=/app/resources/druid-install-command.sh
1616

0 commit comments

Comments
 (0)