We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5416b commit b2c0395Copy full SHA for b2c0395
.github/workflows/poi-vcf.yml
@@ -161,3 +161,19 @@ jobs:
161
162
(cd poi-harness && echo "poi-harness sha is $(git rev-parse --short HEAD)")
163
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