mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-04-03 19:22:18 +08:00
remove --no-bin-links flag
This commit is contained in:
parent
f200035467
commit
e2ceabf570
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
run: |
|
||||
echo $PR_BASE_REF
|
||||
if [[ $PR_BASE_REF != releases/* ]]; then
|
||||
npm install --no-bin-links
|
||||
npm install
|
||||
npm run build
|
||||
# remove node_modules to match production environment where only index.js is present
|
||||
rm -rf node_modules
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user