Fix directory name for test worktree

This commit is contained in:
Bert Van Vreckem 2017-01-20 12:09:32 +01:00
parent b6a6d71d0d
commit 2bdb99f39a

View File

@ -22,7 +22,7 @@ before_install:
- git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* - git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
# Fetch the branch with test code # Fetch the branch with test code
- git fetch origin docker-tests - git fetch origin docker-tests
- git worktree add tests origin/docker-tests - git worktree add docker-tests origin/docker-tests
script: script:
# Create container and apply test playbook # Create container and apply test playbook