Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
drupalizer
Commits
27ce9b94
Commit
27ce9b94
authored
Mar 16, 2016
by
Emmanuel Milou
Browse files
Add README generation
parent
bd7ddfde
Changes
1
Hide whitespace changes
Inline
Side-by-side
fabfile.py
View file @
27ce9b94
...
...
@@ -461,6 +461,8 @@ def release(role='local'):
fab_run
(
role
,
'rm -f {}/*.tar.gz'
.
format
(
BUILDDIR
))
print
(
green
(
'Archiving the platform'
))
fab_run
(
role
,
'tar -czf {}/{} {}'
.
format
(
BUILDDIR
,
PLATFORMNAME
,
DRUPAL_ROOT
))
print
(
green
(
'Generate the README'
))
fab_run
(
role
,
'asciidoctor -b html5 -o {}/README.html {}/README'
.
format
(
BUILDDIR
,
WORKSPACE
))
# Task to manage Drupal site generally in the docker container#
###############################################################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment