Trigger image rebuild
Some checks failed
/ Run tests (push) Successful in 1m30s
/ Run system tests (push) Failing after 1m35s
/ Build, push and deploy image (push) Failing after 31s

This commit is contained in:
david 2024-10-01 01:45:52 +02:00
parent be45f3454e
commit 6f453b7017

View file

@ -18,6 +18,7 @@ if [[ "${1}" == *rails ]] && ([ "${2}" == "server" ] || [ "${2}" == "s" ]); then
echo "- copying assets done." echo "- copying assets done."
fi fi
bundle config
fi fi
# Execute the given or default command: # Execute the given or default command: