File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ version: 2.1
5
5
# Define a job to be invoked later in a workflow.
6
6
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
7
7
jobs :
8
- say-hello :
8
+ red-wine-quality :
9
9
# Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
10
10
# See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor
11
11
docker :
@@ -15,12 +15,12 @@ jobs:
15
15
steps :
16
16
- checkout
17
17
- run :
18
- name : " Red Wine Quality "
18
+ name : " Train and predict "
19
19
command : " bash docker/entrypoint.sh psql -U root -p 5432 -h 127.0.0.1 -f sql/test.sql"
20
20
21
21
# Invoke jobs via workflows
22
22
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
23
23
workflows :
24
- say-hello-workflow :
24
+ end-to-end-tests :
25
25
jobs :
26
- - say-hello
26
+ - red-wine-quality
You can’t perform that action at this time.
0 commit comments