We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08135be commit 9b0022bCopy full SHA for 9b0022b
.circleci/config.yml
@@ -16,7 +16,7 @@ jobs:
16
- checkout
17
- run:
18
name: "Red Wine Quality"
19
- command: "bash docker/entrypoint.sh psql -U root -p 5433 -h 127.0.0.1 -f sql/test.sql"
+ command: "bash docker/entrypoint.sh psql -U root -p 5432 -h 127.0.0.1 -f sql/test.sql"
20
21
# Invoke jobs via workflows
22
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
0 commit comments