Compare commits
2 commits
01bc758f4a
...
6645524ea8
Author | SHA1 | Date | |
---|---|---|---|
6645524ea8 | |||
1d28576912 |
1 changed files with 5 additions and 3 deletions
|
@ -43,7 +43,9 @@ jobs:
|
||||||
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
|
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
|
||||||
fullrepo=https://${registry}/${repository}.git
|
fullrepo=https://${registry}/${repository}.git
|
||||||
git init
|
git init
|
||||||
# git pull ${fullrepo}
|
git stash
|
||||||
|
git pull ${fullrepo}
|
||||||
|
git stash pop
|
||||||
npm install @angular/cli
|
npm install @angular/cli
|
||||||
npm run lint
|
npm run lint
|
||||||
- name: Update version
|
- name: Update version
|
||||||
|
|
Loading…
Reference in a new issue