Commit 4bb7e12 1 parent 1c206d7 commit 4bb7e12 Copy full SHA for 4bb7e12
File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 31
31
- name : Checkout tag
32
32
uses : actions/checkout@v4
33
33
with :
34
- submodules : recursive
35
34
token : ${{ steps.generate_token.outputs.token }}
36
35
- name : Pull MindsDB Github Actions
37
36
uses : actions/checkout@v4
44
43
with :
45
44
module-name : ${{ env.CI_REPOSITORY_SLUG }}
46
45
build-for-environment : development
47
- # extra-build-args: -f docker/Dockerfile
48
46
49
47
deploy :
50
48
runs-on : mdb-dev
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ defaults:
11
11
12
12
13
13
jobs :
14
-
15
14
build :
16
15
runs-on : mdb-dev
17
16
env :
32
31
- name : Checkout tag
33
32
uses : actions/checkout@v4
34
33
with :
35
- submodules : recursive
36
34
token : ${{ steps.generate_token.outputs.token }}
37
35
- name : Pull MindsDB Github Actions
38
36
uses : actions/checkout@v4
45
43
with :
46
44
module-name : ${{ env.CI_REPOSITORY_SLUG }}
47
45
build-for-environment : production
48
- extra-build-args : -f docker/Dockerfile
49
46
image-ref : ${{ env.CI_REF_SLUG }}
50
47
51
48
deploy-prod :
You can’t perform that action at this time.
0 commit comments