Skip to content

Commit

Permalink
move keyfile mount to stone container
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Nov 1, 2023
1 parent f77dd2d commit 64cd635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/gs64/docker-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ docker run --rm --detach --name gs64-stone \
--network=launchpad-net \
--volume=$PWD:/opt/gemstone/projects/Launchpad:ro \

Check notice on line 62 in .docker/gs64/docker-tests.sh

View workflow job for this annotation

GitHub Actions / shellcheck

[shellcheck] .docker/gs64/docker-tests.sh#L62 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./.docker/gs64/docker-tests.sh:62:12: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
--volume=$PWD/.docker/gs64/gem.conf:/opt/gemstone/conf/gem.conf \

Check notice on line 63 in .docker/gs64/docker-tests.sh

View workflow job for this annotation

GitHub Actions / shellcheck

[shellcheck] .docker/gs64/docker-tests.sh#L63 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./.docker/gs64/docker-tests.sh:63:12: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
--volume=$PWD/.docker/gs64/gemstone.key:/opt/gemstone/product/sys/gemstone.key:ro \

Check notice on line 64 in .docker/gs64/docker-tests.sh

View workflow job for this annotation

GitHub Actions / shellcheck

[shellcheck] .docker/gs64/docker-tests.sh#L64 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./.docker/gs64/docker-tests.sh:64:12: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
ghcr.io/ba-st/gs64-rowan:v3.7.0

sleep 1
Expand All @@ -83,7 +84,6 @@ executeWithArguments docker run \
--cap-add=SYS_RESOURCE \
--network=launchpad-net \
--volume=$PWD/.docker/gs64/gem.conf:/opt/gemstone/conf/gem.conf \

Check notice on line 86 in .docker/gs64/docker-tests.sh

View workflow job for this annotation

GitHub Actions / shellcheck

[shellcheck] .docker/gs64/docker-tests.sh#L86 <ShellCheck.SC2086>

Double quote to prevent globbing and word splitting.
Raw output
./.docker/gs64/docker-tests.sh:86:12: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
--volume=$PWD/.docker/gs64/gemstone.key:/opt/gemstone/product/sys/gemstone.key:ro \
launchpad-examples-gs64:sut
assertOutputIncludesMessage '[INFO]' out
assertOutputIncludesMessage "Hi Mr. DJ!" out
Expand Down

0 comments on commit 64cd635

Please sign in to comment.