Skip to content

Commit

Permalink
Updated GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Nov 6, 2024
1 parent 8194801 commit 1cffd05
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.1-proxy-v7.0.32/stroom-stacks-v6.0-beta.28-9/; s/v7.7-beta.1-proxy-v7.0.32/v6.0-beta.28-9/; s/8546bee97f7c14ac2e9946ddb0d510061b49c6d8ed6af1b2e3c9528f5ea7e936 stroom_core_test-v7.7-beta.1-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.7-beta.2-proxy-v7.0.32/stroom-stacks-v6.0-beta.28-9/; s/v7.7-beta.2-proxy-v7.0.32/v6.0-beta.28-9/; s/4a68a727e1bcb145feef72904595b0ba820bca4ae5ddb83efde11d99f097015f stroom_core_test-v7.7-beta.2-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.7-beta.1-proxy-v7.0.32"
local -r stack_version="v7.7-beta.1-proxy-v7.0.32"
local -r hash_file_contents="8546bee97f7c14ac2e9946ddb0d510061b49c6d8ed6af1b2e3c9528f5ea7e936 stroom_core_test-v7.7-beta.1-proxy-v7.0.32.tar.gz"
local -r stack_tag="stroom-stacks-v7.7-beta.2-proxy-v7.0.32"
local -r stack_version="v7.7-beta.2-proxy-v7.0.32"
local -r hash_file_contents="4a68a727e1bcb145feef72904595b0ba820bca4ae5ddb83efde11d99f097015f stroom_core_test-v7.7-beta.2-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.7 v7.0/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stroom-stacks-v7.7-beta.1-proxy-v7.0.32
stroom-stacks-v7.7-beta.2-proxy-v7.0.32

0 comments on commit 1cffd05

Please sign in to comment.