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
No related tags found
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 @@ ...@@ -69,6 +69,12 @@
"callback": "LakeDrops\\Drupal8ScaffoldDeveloper\\Plugin::scaffold", "callback": "LakeDrops\\Drupal8ScaffoldDeveloper\\Plugin::scaffold",
"description": "(Re-)Configure this project for developers." "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.
Please register or to comment