Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit c69917a

Browse files
committed
Update debug
1 parent e0342df commit c69917a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.scripts/automation_generate.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/usr/bin/env bash
2+
cat ~/.bashrc
3+
. ~/.bashrc
4+
export NVM_DIR="$HOME/.nvm"
5+
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
6+
nvm use v18.15.0
27
whereis code-gen-pipeline
38
whereis node
49
node -v

.scripts/automation_init.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ npm install -g @azure-tools/js-sdk-release-tools
99
whereis code-gen-pipeline
1010
whereis node
1111
. ~/.bashrc
12+
cat ~/.bashrc
13+
14+
#code-gen-pipeline: /home/cloudtest/.nvm/versions/node/v18.15.0/bin/code-gen-pipeline
15+
#node: /usr/local/bin/node /home/cloudtest/.nvm/versions/node/v18.15.0/bin/node /opt/hostedtoolcache/node/16.20.2/x64/bin/node
16+
#node: /usr/local/bin/node /opt/hostedtoolcache/node/16.20.2/x64/bin/node

0 commit comments

Comments
 (0)