only checkout out branch we need
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Daniel Wolf 2021-08-23 11:04:15 -04:00
parent c8a68fffee
commit 006716ddcb
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ RUN echo "====== COMPILE H5AI ======" \
&& apk add --virtual .build-h5ai \
git \
npm \
&& git -C /usr/src clone -b "$H5AI_VERSION" https://github.com/glubsy/h5ai.git && cd /usr/src/h5ai \
&& git -C /usr/src clone -b "$H5AI_VERSION" --single-branch --depth=1 https://github.com/glubsy/h5ai.git && cd /usr/src/h5ai \
&& npm install \
&& npm run build \
&& unzip build/*.zip -d /var/www/html/ \