mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: call tags:deploy
This commit is contained in:
committed by
GitHub
parent
3fe0b56fb8
commit
4ae56cf01c
@@ -48,7 +48,7 @@ teardown() {
|
||||
}
|
||||
|
||||
@test "(tags) tags:deploy (missing tag)" {
|
||||
run /bin/bash -c "dokku tags:create $TEST_APP missing-tag"
|
||||
run /bin/bash -c "dokku tags:deploy $TEST_APP missing-tag"
|
||||
echo "output: "$output
|
||||
echo "status: "$status
|
||||
assert_failure
|
||||
|
||||
Reference in New Issue
Block a user