fix missing negation
This commit is contained in:
parent
0d7308fb4e
commit
b61bc9ce4f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ while true; do
|
|||
esac
|
||||
done
|
||||
|
||||
if [[ -f ./docker-compose.yml ]]; then
|
||||
if [[ ! -f ./docker-compose.yml ]]; then
|
||||
[[ "${DEPLOYMENT_ENVIRONMENT}" == "PRODUCTION" ]] && ln -s ./docker-compose.prod.yml ./docker-compose.yml
|
||||
[[ "${DEPLOYMENT_ENVIRONMENT}" == "TEST" ]] && ln -s ./docker-compose.test.yml ./docker-compose.yml
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue