Skip to content

Commit 4bb7e12

Browse files
committed
fix: remove token and submodules option
1 parent 1c206d7 commit 4bb7e12

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/dev-build-deploy-on-main.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
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
@@ -44,7 +43,6 @@ jobs:
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

.github/workflows/prod-build-deploy-on-release.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ defaults:
1111

1212

1313
jobs:
14-
1514
build:
1615
runs-on: mdb-dev
1716
env:
@@ -32,7 +31,6 @@ jobs:
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
@@ -45,7 +43,6 @@ jobs:
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:

0 commit comments

Comments
 (0)