[ci] Update the url of pccs server

This commit is contained in:
zhubojun 2022-07-06 09:24:15 +08:00 committed by Zongmin.Gu
parent d96d0d2159
commit 46ccbd4ee4

@ -41,7 +41,7 @@ runs:
- name: Update PCCS server - name: Update PCCS server
run: | run: |
docker exec ${{ env.CONTAINER_NAME }} bash -c "sed -r -i 's/\"pccs_url\": \"https:\/\/localhost:8081\/sgx\/certification\/v3\/\"/\"pccs_url\": \"https:\/\/sgx-dcap-server.cn-shanghai.aliyuncs.com\/sgx\/certification\/v3\/\"/g' /etc/sgx_default_qcnl.conf" docker exec ${{ env.CONTAINER_NAME }} bash -c "sed -r -i 's/\"pccs_url\": \"https:\/\/localhost:8081\/sgx\/certification\/v3\/\"/\"pccs_url\": \"https:\/\/sgx-dcap-server.cn-hongkong.aliyuncs.com\/sgx\/certification\/v3\/\"/g' /etc/sgx_default_qcnl.conf"
shell: bash shell: bash
# - name: Change download source of crates.io # - name: Change download source of crates.io