mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 10:17:32 +00:00
Unable to create the "cache" directory
This commit is contained in:
parent
161d2b6e84
commit
b1778cad27
|
@ -23,7 +23,8 @@
|
|||
"resources",
|
||||
"templates",
|
||||
"templates/common/.githooks",
|
||||
"templates/drupal/.github"
|
||||
"templates/drupal/.github",
|
||||
"var"
|
||||
],
|
||||
"force-autodiscovery": true,
|
||||
"check-requirements": false,
|
||||
|
|
2
run
2
run
|
@ -8,7 +8,7 @@ export PATH=$PATH:./bin:./vendor/bin:./vendor-bin/box/vendor/bin
|
|||
# Delete any temporary or generated files.
|
||||
function clean {
|
||||
rm -fr dist/* tmp vendor vendor-bin/box/vendor
|
||||
touch dist/.keep
|
||||
touch dist/.keep var/.keep
|
||||
}
|
||||
|
||||
# Build the phar version of build-configs.
|
||||
|
|
Loading…
Reference in a new issue