未验证 提交 3d9c30b5 编写于 作者: 何延龙 提交者: GitHub

Merge pull request #204 from SkyAPM/develop

Update CI file
......@@ -58,6 +58,7 @@ jobs:
make
sudo make install
bash -c './build-sky-php-agent.sh'
sudo make clean
- name: Build SkyWalking mock collector
run: |
......@@ -69,7 +70,7 @@ jobs:
bash -c 'response=0; while [ $response -ne 200 ]; do sleep 1; response=$(curl --write-out %{http_code} --silent --output /dev/null http://localhost:12800/receiveData);echo $response;done'
- name: Publish Dokcer image
if: matrix.php-versions == '7.4' && github.event == 'push'
if: matrix.php-versions == '7.4' && github.event_name == 'push'
uses: elgohr/Publish-Docker-Github-Action@2.13
with:
name: skyapm/skywalking-php
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册