We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afebf0c + d566a8b commit d4152b4Copy full SHA for d4152b4
.github/workflows/deployment-script.yml
@@ -15,13 +15,13 @@ jobs:
15
- name: Setup node
16
uses: actions/setup-node@v2
17
with:
18
- node-version: '12'
+ node-version: '16'
19
check-latest: true
20
- run: |
21
- git clone -b pipeline-new https://github.com/virtual-labs/ph3-lab-mgmt
+ git clone --depth=1 https://github.com/virtual-labs/ph3-lab-mgmt
22
cd ph3-lab-mgmt
23
npm install
24
- node exp.js
+ npm run build-exp
25
cd ../
26
git config --local user.email "admin@vlabs.ac.in"
27
git config --local user.name "vleadadmin"
0 commit comments