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