File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -195,10 +195,8 @@ jobs:
195
195
wget https://raw.githubusercontent.com/kubernetes/autoscaler/master/vertical-pod-autoscaler/deploy/vpa-v1-crd-gen.yaml -O config/crd/bases/vpa-v1-crd.yaml
196
196
197
197
- name : Use the master hack scripts
198
- uses : actions/checkout@v2
199
- with :
200
- path : master_fm
201
- ref : master
198
+ run : |
199
+ wget https://raw.githubusercontent.com/streamnative/function-mesh/master/hack/publish-rhel.sh -O hack/publish-rhel.sh
202
200
203
201
- name : build release
204
202
id : build_release
@@ -265,7 +263,7 @@ jobs:
265
263
TIMEOUT_IN_MINS : 10
266
264
run : |
267
265
echo $VERSION
268
- source master_fm/ hack/publish-rhel.sh
266
+ source hack/publish-rhel.sh
269
267
270
268
wait_for_container_scan "$CONTAINER_IMAGE_CERTIFICATION_PROJECT_ID" "$VERSION" "$PFLT_PYXIS_API_TOKEN" "$TIMEOUT_IN_MINS"
271
269
@@ -280,7 +278,7 @@ jobs:
280
278
TIMEOUT_IN_MINS : 10
281
279
run : |
282
280
echo $VERSION
283
- source master_fm/ hack/publish-rhel.sh
281
+ source hack/publish-rhel.sh
284
282
publish_the_image "$CONTAINER_IMAGE_CERTIFICATION_PROJECT_ID" "$VERSION" "$PFLT_PYXIS_API_TOKEN"
285
283
wait_for_container_publish "$CONTAINER_IMAGE_CERTIFICATION_PROJECT_ID" "$VERSION" "$PFLT_PYXIS_API_TOKEN" "$TIMEOUT_IN_MINS"
286
284
sync_tags "$CONTAINER_IMAGE_CERTIFICATION_PROJECT_ID" "$VERSION" "$PFLT_PYXIS_API_TOKEN"
You can’t perform that action at this time.
0 commit comments