Skip to content

Commit

Permalink
make-release-distribution.sh: By default, use dvid-web-console 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarteberg committed Feb 16, 2021
1 parent f87fea3 commit 3feda94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-release-distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ conda install -y -n dvid-distro dvid-web-console=3
cp -R ${DVID_DISTRO_ENV}/http/dvid-web-console ${DVID_DISTRO_ENV}/http/dvid-web-console-3

# ...leave the old one active by default.
conda install -y -n dvid-distro dvid-web-console=2.1.6
conda install -y -n dvid-distro dvid-web-console=2.1.7
cp -R ${DVID_DISTRO_ENV}/http/dvid-web-console ${DVID_DISTRO_ENV}/http/dvid-web-console-2

cp ${THIS_SCRIPT_DIR}/distro-files/* ${DVID_DISTRO_ENV}
Expand Down

0 comments on commit 3feda94

Please sign in to comment.