Skip to content

Commit 39c23a9

Browse files
committed
fix: ci failing when trying to delete previous apps-engine files
1 parent 6037a45 commit 39c23a9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/actions/build-docker/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ runs:
9999
100100
find /tmp/build/bundle/programs/server/npm/node_modules/@esbuild -type d -name 'linux-*' -not -name "*-${swc_arch}" -exec rm -rf {} +
101101
102-
find /tmp/build/bundle/programs/server/npm/node_modules/@rocket.chat/apps-engine/node_modules/@esbuild -type d -name 'linux-*' -not -name "*-${swc_arch}" -exec rm -rf {} +
103-
104102
find /tmp/build/bundle/programs/server/npm/node_modules/@rocket.chat/apps/node_modules/@esbuild -type d -name 'linux-*' -not -name "*-${swc_arch}" -exec rm -rf {} +
105103
fi
106104

0 commit comments

Comments
 (0)