Skip to content

Commit

Permalink
ci(linux): debug [ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Feb 21, 2024
1 parent 4f407ac commit a615095
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package_linux_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ fi

tar -xzf ./vscode.tar.gz

ls -la

cd vscode || { echo "'vscode' dir not found"; exit 1; }

export VSCODE_SKIP_NODE_VERSION_CHECK=1
export VSCODE_SYSROOT_PREFIX='-glibc-2.17'

pwd
ls -la *
ls -la .git

git clean -xfd .
yarn cache clean
Expand Down

0 comments on commit a615095

Please sign in to comment.