git stash
This commit is contained in:
parent
ed5b833f39
commit
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