mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: create correct clone directory
This commit is contained in:
@@ -6,7 +6,7 @@ setup() {
|
||||
global_setup
|
||||
touch /home/dokku/.ssh/known_hosts
|
||||
chown dokku:dokku /home/dokku/.ssh/known_hosts
|
||||
touch /home/dokku/data/git/$TEST_APP
|
||||
mkdir -p "$DOKKU_LIB_ROOT/data/git/$TEST_APP"
|
||||
}
|
||||
|
||||
teardown() {
|
||||
@@ -15,7 +15,7 @@ teardown() {
|
||||
}
|
||||
|
||||
@test "(git) git:unlock [success]" {
|
||||
run /bin/bash -c "dokku git:unlock $TEST_APP --force"
|
||||
run /bin/bash -c "dokku git:unlock $TEST_APP --force"
|
||||
echo "output: $output"
|
||||
echo "status: $status"
|
||||
assert_success
|
||||
|
||||
Reference in New Issue
Block a user