soulbird commented on code in PR #7634:
URL: https://github.com/apache/apisix/pull/7634#discussion_r951173961


##########
.github/workflows/centos7-ci.yml:
##########
@@ -101,6 +101,7 @@ jobs:
     - name: Start CI env (PLUGIN_TEST)
       if: steps.test_env.outputs.type == 'plugin'
       run: |
+        sh t/plugin/openfunction/build-function-image.sh

Review Comment:
   I think the image can be built by moving the files in 
`t/plugin/openfunction/function-example` to `ci/pod/openfunction`, and then 
building the image, like: https://github.com/apache 
/apisix/blob/master/ci/pod/docker-compose.first.yml#L94. This makes it easier 
for us to manage all test images later. cc @spacewander 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to