mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
11 lines
223 B
Bash
11 lines
223 B
Bash
#!/usr/bin/env bats
|
|
|
|
load ../unit/test_helper
|
|
|
|
@test "deploy gitsubmodules app" {
|
|
run bash -c "cd tests && ./test_deploy ./apps/gitsubmodules dokku.me"
|
|
echo "output: "$output
|
|
echo "status: "$status
|
|
assert_success
|
|
}
|