We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd8c70 commit ce586ecCopy full SHA for ce586ec
2 files changed
.github/workflows/docker-build.yml
@@ -136,6 +136,7 @@ jobs:
136
cp config/.htaccess plugins/
137
cp config/.htaccess vendor/
138
sed -i -e 's/repository-source/dist/g' config/defines.php
139
+ rm -f config/defines.php-e
140
141
cd "$GITHUB_WORKSPACE/local"
142
ls -la cdn/
docs/create-dist.sh
@@ -56,6 +56,7 @@ cp config/.htaccess runtime/
56
57
58
sed -i -e 's/repository\-source/dist/g' config/defines.php
59
+rm -f config/defines.php-e
60
61
docs/create-static-resources.php v$ANTRAGSGRUEN_VERSION
62
0 commit comments