Skip to content

Commit

Permalink
Remove uneeded UPDATE_CHECK=N exports now that it is a default of the…
Browse files Browse the repository at this point in the history
… image ENV variables
  • Loading branch information
TrevorBenson committed May 3, 2024
1 parent 55d040d commit 9636840
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions files/docker/node/dockerfile_bin
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ RUN set -x && apt update \
&& mkdir -p /root/.local/bin \
&& wget https://raw.githubusercontent.com/${G_ACCOUNT}/guild-operators/${GUILD_DEPLOY_BRANCH}/scripts/cnode-helper-scripts/guild-deploy.sh \
&& export SUDO='N' \
&& export UPDATE_CHECK='N' \
&& export SKIP_DBSYNC_DOWNLOAD='Y' \
&& export G_ACCOUNT=${G_ACCOUNT} \
&& chmod +x ./guild-deploy.sh && ./guild-deploy.sh -b ${GUILD_DEPLOY_BRANCH} -s p \
Expand All @@ -57,7 +56,6 @@ RUN set -x && apt update \
&& rm -rf /var/lib/apt/lists/*

RUN set -x && export SUDO='N' \
&& export UPDATE_CHECK='N' \
&& export SKIP_DBSYNC_DOWNLOAD='Y' \
&& export G_ACCOUNT=${G_ACCOUNT} \
&& ./guild-deploy.sh -b ${GUILD_DEPLOY_BRANCH} -s dcmowx \
Expand Down

0 comments on commit 9636840

Please sign in to comment.