We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92331d9 commit 957f578Copy full SHA for 957f578
.github/workflows/sachinh-test.yml
@@ -31,6 +31,7 @@ jobs:
31
cd build/private/code-editor-src
32
git init
33
cd ../../../
34
- rsync -av --exclude='.git' --exclude='node_modules' third-party-src/ build/private/code-editor-src
35
- ls build/private/code-editor-src
+ ls
+ # rsync -av --exclude='.git' --exclude='node_modules' third-party-src/ build/private/code-editor-src
36
+ # ls build/private/code-editor-src
37
0 commit comments