remove submodule checkout from CI pipelines
Some checks failed
Docker - build image / 🏗️ Docker builder (latest from master) 🏗️ (push) Failing after 12s
Some checks failed
Docker - build image / 🏗️ Docker builder (latest from master) 🏗️ (push) Failing after 12s
Submodule contains only dev context (Claude agents, design system), not needed for building the Docker image. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -11,8 +11,6 @@ jobs:
|
||||
steps:
|
||||
- name: "[code] repository checkout"
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: "[ledo] Image build"
|
||||
run: ledo image build
|
||||
- name: "[ledo] Image push"
|
||||
|
||||
@@ -11,12 +11,6 @@ jobs:
|
||||
steps:
|
||||
- name: "[code] repository checkout"
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: checkout submodule
|
||||
run: |
|
||||
git submodule init
|
||||
git submodule update
|
||||
- name: "[ledo] Image build"
|
||||
run: |
|
||||
ledo image build
|
||||
|
||||
Reference in New Issue
Block a user