Skip to content

Commit

Permalink
Pipeline to push the OS Repo to OpenCode
Browse files Browse the repository at this point in the history
  • Loading branch information
lgv-jtah committed Mar 21, 2023
1 parent 11b8325 commit 769f060
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ pipelines:
open_source_deployment:
- step:
name: Deploy DIPAS OS to Open Code
script:
- git config --global user.name "DIPAS DEV"
- git config --global user.email "dipas-dev@gv.hamburg.de"
- git status
- ssh -T git@gitlab.opencode.de
- git remote remove origin
- git remote add origin git@gitlab.opencode.de:dipas/dipas-core/dipas-core.git
- git push -u -f origin --all
- git push -u -f origin --tags

0 comments on commit 769f060

Please sign in to comment.