Skip to content

Commit b2c0395

Browse files
committed
add job to push to puplic github
1 parent ea5416b commit b2c0395

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/poi-vcf.yml

+16
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,19 @@ jobs:
161161
162162
(cd poi-harness && echo "poi-harness sha is $(git rev-parse --short HEAD)")
163163
pytest ./poi-harness/ci/pytest/ -rs --deploy --ovf examples/iso/${ISO_OVF} --name ${VM_NAME} --ks_config examples/iso/${KS_FILE} --ova_config examples/iso/iso_ova.yaml --param ksdata64=${KSDATA64}
164+
165+
github-public:
166+
runs-on: self-hosted
167+
# needs:
168+
# - cayman_poi
169+
# - ova-poi-harness
170+
# - iso-poi-harness
171+
# if: github.ref_name == 'master'
172+
steps:
173+
- name: Checkout code
174+
uses: actions/checkout@master
175+
176+
- name: push to public GitHub
177+
run: |
178+
git remote add github https://gerrit-photon:${{ secrets.GERRIT_PHOTON_GITHUB_TOKEN }}@github.com/vmware/photon-os-installer.git
179+
git push github

0 commit comments

Comments
 (0)