Skip to content

Commit ed6485e

Browse files
committed
remove e2b.toml on CI to be able to override the template
1 parent 3156d90 commit ed6485e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_template.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- name: Install E2B CLI
5050
run: npm install -g @e2b/cli
5151

52+
- name: Remove existing e2b.toml
53+
run: rm -f e2b.toml
54+
5255
- name: Build E2B template
5356
id: build-template
5457
run: |

0 commit comments

Comments
 (0)