Skip to content

Commit f78bbdf

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
cp .lithops/config ~/.lithops/config
5454
5555
- name: Delete existing runtime
56-
run: lithops runtime delete ${{ env.RUNTIME_NAME }} -b aws_lambda --yes || true
56+
run: lithops runtime delete -d ${{ env.RUNTIME_NAME }} -b aws_lambda
5757

5858
- name: Build runtime
5959
run: lithops runtime build ${{ env.RUNTIME_NAME }} -b aws_lambda -f Dockerfile

0 commit comments

Comments
 (0)