Skip to content

Commit

Permalink
return cid to the func called
Browse files Browse the repository at this point in the history
Signed-off-by: James Ryans <[email protected]>
  • Loading branch information
james-ryans committed May 8, 2024
1 parent 5858824 commit a2918f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cassandra-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ setup_cassandra() {
local cid
cid=$(docker run "${params[@]}" "${image}:${tag}")
echo "cid=${cid}" >> "$GITHUB_OUTPUT"
echo "${cid}"
}

teardown_cassandra() {
Expand Down
2 changes: 2 additions & 0 deletions scripts/es-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ setup_es() {
local cid
cid=$(docker run "${params[@]}" "${image}:${tag}")
echo "cid=${cid}" >> "$GITHUB_OUTPUT"
echo "${cid}"
}

setup_opensearch() {
Expand All @@ -58,6 +59,7 @@ setup_opensearch() {
local cid
cid=$(docker run "${params[@]}" "${image}:${tag}")
echo "cid=${cid}" >> "$GITHUB_OUTPUT"
echo "${cid}"
}

wait_for_storage() {
Expand Down

0 comments on commit a2918f5

Please sign in to comment.