14.12.25 - фикс пайплайна CI #4
All checks were successful
Mirror frontend to backend repo / mirror (push) Successful in 5s
All checks were successful
Mirror frontend to backend repo / mirror (push) Successful in 5s
This commit is contained in:
@@ -33,10 +33,12 @@ jobs:
|
||||
- name: Subtree pull frontend
|
||||
run: |
|
||||
cd goSSS
|
||||
git fetch front main
|
||||
git subtree pull \
|
||||
--prefix=front-ui \
|
||||
front main \
|
||||
--squash
|
||||
--squash \
|
||||
-m "Merge frontend changes"
|
||||
|
||||
- name: Push to backend repo
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user