Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Do not attempt to delete the all_packages dir (?)
  • Loading branch information
ditman committed Jun 25, 2024
commit 209c80021cf0aea4cfa8d042ca85fdc44ef1ede9
6 changes: 3 additions & 3 deletions .ci/targets/web_build_all_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ tasks:
- name: build all_packages app for Web release
script: .ci/scripts/build_all_packages_app.sh
args: ["web", "release"]
- name: clear all_packages app contents
script: rm -rf ./all_packages
infra_step: true
# - name: clear all_packages app contents
# script: rm -rf ./all_packages
# infra_step: true
- name: (Wasm) create all_packages app
script: .ci/scripts/create_all_packages_app.sh
args: ["--wasm"]
Expand Down