We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69387bd commit 0ee8ab7Copy full SHA for 0ee8ab7
scripts/ci.sh
@@ -25,6 +25,9 @@ function main() {
25
# Install role.
26
docker cp . "${container}:${WORKSPACE}"
27
28
+ docker exec -t "${container}" mkdir "${WORKSPACE}/tests/roles"
29
+ docker exec -t "${container}" ln -s "${WORKSPACE}/" "${WORKSPACE}/tests/roles/devops-coop.minecraft"
30
+
31
# Validate syntax
32
docker exec -t "${container}" ansible-playbook \
33
-i "${WORKSPACE}/tests/inventory" \
0 commit comments