update openim environment and status

Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
pull/1696/head
Xinwei Xiong (cubxxw) 2 years ago
parent 4d63c72b13
commit 2eeedfab38

@ -129,7 +129,6 @@ jobs:
- name: Run OpenIM make install start - name: Run OpenIM make install start
run: | run: |
sudo make install sudo make install
sleep 30
# - name: Check the OpenIM environment and status # - name: Check the OpenIM environment and status
# run: | # run: |
@ -139,6 +138,7 @@ jobs:
- name: Check the OpenIM environment and status - name: Check the OpenIM environment and status
id: docker_info id: docker_info
run: | run: |
sleep 30
echo "images<<EOF" >> $GITHUB_ENV echo "images<<EOF" >> $GITHUB_ENV
sudo docker images >> $GITHUB_ENV sudo docker images >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV echo "EOF" >> $GITHUB_ENV

Loading…
Cancel
Save