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
|
- name: Subtree pull frontend
|
||||||
run: |
|
run: |
|
||||||
cd goSSS
|
cd goSSS
|
||||||
|
git fetch front main
|
||||||
git subtree pull \
|
git subtree pull \
|
||||||
--prefix=front-ui \
|
--prefix=front-ui \
|
||||||
front main \
|
front main \
|
||||||
--squash
|
--squash \
|
||||||
|
-m "Merge frontend changes"
|
||||||
|
|
||||||
- name: Push to backend repo
|
- name: Push to backend repo
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user