File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,23 @@ pipelines:
112
112
- git fetch origin && git checkout origin/apple-rio -- publish.sh
113
113
- ./publish.sh --repository=apple-pypi --name_suffix=nightly --version_suffix="dev$(date '+%Y%m%d%H%M%S')"
114
114
115
+ # Push codebase to external using Copybara.
116
+ - name : push-oss
117
+ branchName : main
118
+ machine :
119
+ baseImage : openjdk:26-slim-bullseye
120
+ env :
121
+ DOCKER_BUILDKIT : " 1"
122
+ trigger :
123
+ gitPush : true
124
+ build :
125
+ template : freestyle:v4:build
126
+ steps :
127
+ - export SSH_AUTH_SOCK=${SSH_AUTH_SOCK_DEPLOY_KEY}
128
+ - apt update && apt install -y wget
129
+ - wget https://github.com/google/copybara/releases/download/v20250721/copybara_deploy.jar
130
+ - java -jar copybara_deploy.jar copy.bara.sky push
131
+
115
132
# Publish pypi package to PUBLIC testing repo. Must be triggered manually.
116
133
- name : PUBLIC-pypi-test
117
134
branchName : main
You can’t perform that action at this time.
0 commit comments