Skip to content

Commit 485103b

Browse files
committed
Add delete step
1 parent b0457f8 commit 485103b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-runtime.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
mkdir -p ~/.lithops
5353
cp .lithops/config ~/.lithops/config
5454
55+
- name: Delete existing runtime
56+
run: lithops runtime delete ${{ env.RUNTIME_NAME }} -b aws_lambda --yes || true
57+
5558
- name: Build runtime
5659
run: lithops runtime build ${{ env.RUNTIME_NAME }} -b aws_lambda -f Dockerfile
5760

0 commit comments

Comments
 (0)