Skip to content
Snippets Groups Projects
Commit 0edcf067 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add ahoy commands

parent 1feebcf6
No related branches found
Tags v1.5.3
No related merge requests found
ahoyapi: v2
commands:
up:
cmd: docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v ${PWD}:/drupal -v $SSH_AUTH_SOCK:/ssh-agent -e SSH_AUTH_SOCK=/ssh-agent -w /drupal registry.lakedrops.com/docker/gitlab-drupal-ci /usr/bin/fish
usage: Start container with all development tools
update:
cmd: docker pull registry.lakedrops.com/docker/gitlab-drupal-ci
usage: Update image with the latest development tools
......@@ -69,6 +69,12 @@
"callback": "LakeDrops\\Drupal8ScaffoldDeveloper\\Plugin::scaffold",
"description": "(Re-)Configure this project for developers."
}
},
"ahoy": {
"dev": {
"usage": "Development tools for Drupal",
"imports": ["ahoy.yml"]
}
}
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment