File tree Expand file tree Collapse file tree
devops/build-scripts/xenial/Pool_Party Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ sov_token_fees=$(eval "SRC_DIR_NAME=sovtokenfees make -C devops/ package_in_dock
1010prep=$( ./devops/build-scripts/xenial/Pool_Party/prep)
1111
1212# the script calls for debians to be in the Pool_Party directory and this moves them there
13- mv devops/_build/sovtoken/* .deb devops/build-scripts/xenial/Pool_Party/.
14- mv devops/_build/sovtokenfees/* .deb devops/build-scripts/xenial/Pool_Party/.
13+ cp devops/_build/sovtoken/* .deb devops/build-scripts/xenial/Pool_Party/.
14+ cp devops/_build/sovtokenfees/* .deb devops/build-scripts/xenial/Pool_Party/.
1515
1616# change to correct directory and begin building the pool
1717cd devops/build-scripts/xenial/Pool_Party/
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ ARG indy_crypto_ver=0.4.0
5757ARG indy_plenum_ver=1.6.50
5858
5959
60- ARG sovtoken_pkg_name=sovtoken_0.9.1_amd64 .deb
61- ARG sovtokenfees_pkg_name=sovtokenfees_0.9.1_amd64 .deb
60+ ARG sovtoken_pkg_name=sovtoken_0.9.2_amd64 .deb
61+ ARG sovtokenfees_pkg_name=sovtokenfees_0.9.2_amd64 .deb
6262
6363COPY ${sovtoken_pkg_name} /root
6464COPY ${sovtokenfees_pkg_name} /root
You can’t perform that action at this time.
0 commit comments