initialize the CI/CD pipeline to sync to SVN (does not include the commit step yet) #1
@ -8,6 +8,7 @@
|
|||||||
# SVN_REPO_URL – Base SVN repo URL (e.g. https://svn.example.com/repos/myproject)
|
# SVN_REPO_URL – Base SVN repo URL (e.g. https://svn.example.com/repos/myproject)
|
||||||
|
|
||||||
name: Sync to SVN
|
name: Sync to SVN
|
||||||
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
push-to-svn:
|
push-to-svn:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user