Fixed path to qqq-sample-project/.env

This commit is contained in:
2022-08-04 19:03:36 -05:00
parent 6f7efbfd34
commit 389e1adaea

View File

@ -34,7 +34,7 @@ commands:
- run:
name: Write .env
command: |
echo "RDBMS_PASSWORD=$RDBMS_PASSWORD" >> .env
echo "RDBMS_PASSWORD=$RDBMS_PASSWORD" >> qqq-sample-project/.env
- run:
name: Run Maven Verify
command: |