Skip to content

Commit

Permalink
Updated GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
stroomdev66 committed Dec 19, 2024
1 parent 6b2a325 commit aee2b05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions v7.7 v7.0/get_stroom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# This script is templated and will be substituted during the build process
# To test the templated version you can do something like this:
# bash <(cat ~/git_work/stroom-resources/bin/stack/lib/get_stroom.sh | sed 's/stroom_core_test/stroom_core_test/; s/stroom-stacks-v7.7-beta.7-proxy-v7.0.37/stroom-stacks-v6.0-beta.28-9/; s/v7.7-beta.7-proxy-v7.0.37/v6.0-beta.28-9/; s/802af4a1a64f83e70cc7020f2c67681e863cf97b5e42a3b70921a94131bfbcfe stroom_core_test-v7.7-beta.7-proxy-v7.0.37.tar.gz/fc593474e2ee6b9a7f507303fc38522c6a4d1abf62e2ddc7af0f20d15b6baeb0 stroom_core_test-v6.0-beta.28-9.tar.gz/' )
# bash <(cat ~/git_work/stroom-resources/bin/stack/lib/get_stroom.sh | sed 's/stroom_core_test/stroom_core_test/; s/stroom-stacks-v7.7-beta.8-proxy-v7.0.37/stroom-stacks-v6.0-beta.28-9/; s/v7.7-beta.8-proxy-v7.0.37/v6.0-beta.28-9/; s/0332ee29a46e09c0e3dfb2a525f369a0c0c68b662e8e266d8e0c6a062d791921 stroom_core_test-v7.7-beta.8-proxy-v7.0.37.tar.gz/fc593474e2ee6b9a7f507303fc38522c6a4d1abf62e2ddc7af0f20d15b6baeb0 stroom_core_test-v6.0-beta.28-9.tar.gz/' )
# replacing the sed replacements

# Exit the script on any error
Expand All @@ -40,9 +40,9 @@ NC='\033[0m' # No Colour
main() {
# stack_version will be hard coded by TravisCI at build time
local -r stack_name="stroom_core_test"
local -r stack_tag="stroom-stacks-v7.7-beta.7-proxy-v7.0.37"
local -r stack_version="v7.7-beta.7-proxy-v7.0.37"
local -r hash_file_contents="802af4a1a64f83e70cc7020f2c67681e863cf97b5e42a3b70921a94131bfbcfe stroom_core_test-v7.7-beta.7-proxy-v7.0.37.tar.gz"
local -r stack_tag="stroom-stacks-v7.7-beta.8-proxy-v7.0.37"
local -r stack_version="v7.7-beta.8-proxy-v7.0.37"
local -r hash_file_contents="0332ee29a46e09c0e3dfb2a525f369a0c0c68b662e8e266d8e0c6a062d791921 stroom_core_test-v7.7-beta.8-proxy-v7.0.37.tar.gz"

local -r install_dir="./${stack_name}/${stack_tag}"
local -r archive_filename="${stack_name}-${stack_version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion v7.7 v7.0/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stroom-stacks-v7.7-beta.7-proxy-v7.0.37
stroom-stacks-v7.7-beta.8-proxy-v7.0.37

0 comments on commit aee2b05

Please sign in to comment.