File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
tags :
6
6
- " v*"
7
+ workflow_dispatch :
8
+ inputs :
9
+ version :
10
+ description : " Version to build and publish"
11
+ required : true
7
12
8
13
jobs :
9
14
dockerhub :
Original file line number Diff line number Diff line change 44
44
[_ context {:keys [database-name]}]
45
45
(merge
46
46
{:host (tx/db-test-env-var-or-throw :materialize :host " localhost" )
47
- :port (tx/db-test-env-var-or-throw :materialize :port 6875 )
48
- :cluster (tx/db-test-env-var :materialize :cluster " default" )}
49
- (when-let [user (tx/db-test-env-var :materialize :user )]
50
- {:user user})
47
+ :port (tx/db-test-env-var-or-throw :materialize :port 6877 )
48
+ :cluster (tx/db-test-env-var :materialize :cluster " default" )
49
+ :user (tx/db-test-env-var-or-throw :materialize :user " mz_system" )}
51
50
(when-let [password (tx/db-test-env-var :materialize :password )]
52
51
{:password password})
53
52
(when (= context :db )
You can’t perform that action at this time.
0 commit comments