Skip to content

Commit

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

0 comments on commit 1172041

Please sign in to comment.