File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ docker run --rm -t \
8282 --entrypoint cqlsh amazon/amazon-keyspaces-toolkit \
8383 $HOST $PORT \
8484 --ssl -u " $SERVICEUSERNAME " -p " $SERVICEPASSWORD " \
85- --file /source/test/test.cql
85+ --file /source/docker/ test/test.cql
8686
8787docker run --rm -t --entrypoint cqlsh amazon/amazon-keyspaces-toolkit \
8888 $HOST $PORT \
@@ -166,7 +166,7 @@ docker run --rm -t \
166166 -v ~ /.aws:/root/.aws \
167167 --entrypoint aws-sm-cqlsh.sh \
168168 amazon/amazon-keyspaces-toolkit $SECRETKEY $HOST $PORT --ssl \
169- --file /source/test/test.cql
169+ --file /source/docker/ test/test.cql
170170
171171
172172docker run --rm -t \
@@ -243,7 +243,7 @@ docker run --rm -t \
243243 -v ~ /.aws:/root/.aws \
244244 -v " $( pwd) " :/source \
245245 amazon/amazon-keyspaces-toolkit $HOST $PORT --ssl --sigv4 \
246- --file /source/test/test.cql
246+ --file /source/docker/ test/test.cql
247247
248248docker run --rm -t \
249249 -v ~ /.aws:/root/.aws \
@@ -316,7 +316,7 @@ docker run --rm -t \
316316 -v ~ /.aws:/root/.aws \
317317 -v " $( pwd) " :/source \
318318 amazon/amazon-keyspaces-toolkit $HOST $PORT --ssl --auth-provider " SigV4AuthProvider" \
319- --file /source/test/test.cql
319+ --file /source/docker/ test/test.cql
320320
321321 docker run --rm -t \
322322 -v ~ /.aws:/root/.aws \
You can’t perform that action at this time.
0 commit comments