Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typos
  • Loading branch information
vakarisbk committed Oct 22, 2023
commit 0c81c2711a01b23e0168de88b6682c03662951fd
1 change: 0 additions & 1 deletion testing/testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ function remove_network() {
# Find and kill any remaining containers attached to the network
function cleanup() {
local containers

containers="$(docker ps --quiet --filter network="$NETWORK_NAME")"

if [ -n "$containers" ]; then
Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"path": "3.5.0/scala2.12-java17-r-ubuntu",
"tags": [
"3.5.0-scala2.12-java17-r-ubuntu",
"3.5.0-java-17-r"
"3.5.0-java17-r"
]
},
{
Expand All @@ -32,7 +32,7 @@
{
"path": "3.5.0/scala2.12-java11-python3-ubuntu",
"tags": [
"3.5.0-scala2.12-java17-python3-ubuntu",
"3.5.0-scala2.12-java11-python3-ubuntu",
"3.5.0-python3",
"3.5.0",
"python3",
Expand Down