kingluo commented on code in PR #7932:
URL: https://github.com/apache/apisix/pull/7932#discussion_r973928162


##########
.github/workflows/build.yml:
##########
@@ -97,6 +97,10 @@ jobs:
           rm -rf $(ls -1 --ignore=*.tgz --ignore=ci --ignore=t --ignore=utils 
--ignore=.github)
           tar zxvf ${{ steps.branch_env.outputs.fullname }}
 
+      - name: download keycloak cas provider
+        run: |
+          sudo wget 
https://github.com/jacekkow/keycloak-protocol-cas/releases/download/18.0.2/keycloak-protocol-cas-18.0.2.jar
 -O /opt/keycloak-protocol-cas-18.0.2.jar

Review Comment:
   @spacewander No, that scirpt runs after docker compose, but this download 
file must be set as volume in docker compose file.



-- 
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