Skip to content

Commit

Permalink
export G_ACCOUNT so guild-deploy.sh inherits it during forked builds
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorBenson committed Apr 28, 2024
1 parent 7cf2aac commit 8e625aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/docker/node/dockerfile_bin
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN set -x && apt update \
&& wget https://raw.githubusercontent.com/${G_ACCOUNT}/guild-operators/${GUILD_DEPLOY_BRANCH}/scripts/cnode-helper-scripts/guild-deploy.sh \
&& export SUDO='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 \
&& ls /opt/ \
&& mkdir -p $CNODE_HOME/priv/files \
Expand All @@ -58,6 +59,7 @@ RUN set -x && apt update \

RUN set -x && export SUDO='N' \
&& export SKIP_DBSYNC_DOWNLOAD='Y' \
&& export G_ACCOUNT=${G_ACCOUNT} \
&& ./guild-deploy.sh -b ${GUILD_DEPLOY_BRANCH} -s dcmowx \
&& cd /usr/bin \
&& wget http://www.vdberg.org/~richard/tcpping \
Expand Down

0 comments on commit 8e625aa

Please sign in to comment.