Skip to content

Commit

Permalink
fix: remove token and submodules option
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-koontz committed Apr 23, 2024
1 parent 1c206d7 commit 4bb7e12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dev-build-deploy-on-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Checkout tag
uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ steps.generate_token.outputs.token }}
- name: Pull MindsDB Github Actions
uses: actions/checkout@v4
Expand All @@ -44,7 +43,6 @@ jobs:
with:
module-name: ${{ env.CI_REPOSITORY_SLUG }}
build-for-environment: development
# extra-build-args: -f docker/Dockerfile

deploy:
runs-on: mdb-dev
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/prod-build-deploy-on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ defaults:


jobs:

build:
runs-on: mdb-dev
env:
Expand All @@ -32,7 +31,6 @@ jobs:
- name: Checkout tag
uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ steps.generate_token.outputs.token }}
- name: Pull MindsDB Github Actions
uses: actions/checkout@v4
Expand All @@ -45,7 +43,6 @@ jobs:
with:
module-name: ${{ env.CI_REPOSITORY_SLUG }}
build-for-environment: production
extra-build-args: -f docker/Dockerfile
image-ref: ${{ env.CI_REF_SLUG }}

deploy-prod:
Expand Down

0 comments on commit 4bb7e12

Please sign in to comment.