Skip to content

Commit 7e27d27

Browse files
authored
[ci] Update ci.yml - remove debugging prints
1 parent 854eb4f commit 7e27d27

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ jobs:
2525
uses: actions/checkout@v2
2626
with:
2727
path: ${{ env.WORKSPACE_SRC_PATH }}
28-
29-
- name: Print workspace variables
30-
shell: bash
31-
run: |
32-
echo "WORKSPACE_BUILD_PATH: $WORKSPACE_BUILD_PATH"
33-
echo "WORKSPACE_INSTALL_PATH: $WORKSPACE_INSTALL_PATH"
34-
echo "SOFA_ROOT: $SOFA_ROOT"
35-
echo "PWD: $(pwd)"
3628

3729
- name: Build and install
3830
id: build-install

0 commit comments

Comments
 (0)