Skip to content

Commit

Permalink
Updated GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Sep 30, 2024
1 parent d666956 commit 2ee05aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions v7.5 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.5-beta.15-proxy-v7.0.32/stroom-stacks-v6.0-beta.28-9/; s/v7.5-beta.15-proxy-v7.0.32/v6.0-beta.28-9/; s/68548303da5c46ba0542782e0fdd5021168cbc2e4733a61af5f12a69cccc1785 stroom_core_test-v7.5-beta.15-proxy-v7.0.32.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.5-beta.16-proxy-v7.0.32/stroom-stacks-v6.0-beta.28-9/; s/v7.5-beta.16-proxy-v7.0.32/v6.0-beta.28-9/; s/6f43507747083c67dc0114ea05aa84ec5bed40fc98a50c715a309a4468b1f7c9 stroom_core_test-v7.5-beta.16-proxy-v7.0.32.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.5-beta.15-proxy-v7.0.32"
local -r stack_version="v7.5-beta.15-proxy-v7.0.32"
local -r hash_file_contents="68548303da5c46ba0542782e0fdd5021168cbc2e4733a61af5f12a69cccc1785 stroom_core_test-v7.5-beta.15-proxy-v7.0.32.tar.gz"
local -r stack_tag="stroom-stacks-v7.5-beta.16-proxy-v7.0.32"
local -r stack_version="v7.5-beta.16-proxy-v7.0.32"
local -r hash_file_contents="6f43507747083c67dc0114ea05aa84ec5bed40fc98a50c715a309a4468b1f7c9 stroom_core_test-v7.5-beta.16-proxy-v7.0.32.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.5 v7.0/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stroom-stacks-v7.5-beta.15-proxy-v7.0.32
stroom-stacks-v7.5-beta.16-proxy-v7.0.32

0 comments on commit 2ee05aa

Please sign in to comment.