File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 3131 - name : Checkout tag
3232 uses : actions/checkout@v4
3333 with :
34- submodules : recursive
3534 token : ${{ steps.generate_token.outputs.token }}
3635 - name : Pull MindsDB Github Actions
3736 uses : actions/checkout@v4
4443 with :
4544 module-name : ${{ env.CI_REPOSITORY_SLUG }}
4645 build-for-environment : development
47- # extra-build-args: -f docker/Dockerfile
4846
4947 deploy :
5048 runs-on : mdb-dev
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ defaults:
1111
1212
1313jobs :
14-
1514 build :
1615 runs-on : mdb-dev
1716 env :
3231 - name : Checkout tag
3332 uses : actions/checkout@v4
3433 with :
35- submodules : recursive
3634 token : ${{ steps.generate_token.outputs.token }}
3735 - name : Pull MindsDB Github Actions
3836 uses : actions/checkout@v4
4543 with :
4644 module-name : ${{ env.CI_REPOSITORY_SLUG }}
4745 build-for-environment : production
48- extra-build-args : -f docker/Dockerfile
4946 image-ref : ${{ env.CI_REF_SLUG }}
5047
5148 deploy-prod :
You can’t perform that action at this time.
0 commit comments