Skip to content
Snippets Groups Projects
Commit bbdef232 authored by danielspeicher's avatar danielspeicher
Browse files

Merge branch 'release/v1.15.2'

parents 97b20b9a 8112ce8e
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ esac
mkdir -p ${HOME}/.composer
touch ${HOME}/.composer/auth.json
if [[ -s "${HOME}/.composer/auth.json" ]]; then
if [[ ! -s "${HOME}/.composer/auth.json" ]]; then
echo "{}" > ${HOME}/.composer/auth.json
fi
touch ${HOME}/.gitconfig
......
......@@ -28,6 +28,9 @@ function restoreEnvFile {
if [[ -n ${COMPOSE_PROJECT_NAME} ]]; then
echo "COMPOSE_PROJECT_NAME=${COMPOSE_PROJECT_NAME}" >>.env
fi
if [[ -n ${COMPOSER_DOWNGRADE} ]]; then
echo "COMPOSER_DOWNGRADE=${COMPOSER_DOWNGRADE}" >>.env
fi
if [[ -f ".env" ]]; then
# shellcheck disable=SC2046
# shellcheck disable=SC2094
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment