haaaah
Some checks failed
/ ls (pull_request) Failing after 22s
/ ls (release) Successful in 57s
/ ls (push) Successful in 1m29s

This commit is contained in:
lubiana 2025-06-18 20:54:19 +02:00
parent c29e09ccc0
commit e2167fa19f
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk

View file

@ -8,7 +8,7 @@ fi
mkdir $TARGETDIR mkdir $TARGETDIR
cd $TARGETDIR || return cd $TARGETDIR || return
pathsToCopy="public bin config migrations src templates composer.json composer.lock symfony.lock .env importmap.php" pathsToCopy="assets public bin config migrations src templates composer.json composer.lock symfony.lock .env importmap.php"
for path in $pathsToCopy for path in $pathsToCopy
do do