1
0

entrypoint.sh aktualisiert

This commit is contained in:
Anna Christina Naß 2024-03-05 16:54:46 +01:00
parent 0329cf1214
commit 76811fe154

View File

@ -16,7 +16,8 @@ TODAY_ISO=$(date '+%Y-%m-%d')
echo "TODAY ISO: $TODAY_ISO" echo "TODAY ISO: $TODAY_ISO"
#cd /github/workspace #cd /github/workspace
mkdir dist echo "$(pwd)"
mkdir -v dist
cp -rv Koha dist/. cp -rv Koha dist/.
cd dist cd dist
pwd pwd