Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit f05ca63

Browse files
committed
who am i
1 parent 861e0a2 commit f05ca63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pipeline/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
3-
ls -al /usr/local/share/.cache/yarn
4-
rm -rf /usr/local/share/.cache/yarn
3+
#rm -rf /usr/local/share/.cache/yarn
54

65
if [ -d "src/main/resources/static" ]; then
76
rm -rf src/main/resources/static/*

0 commit comments

Comments
 (0)