From 43e5ad1dbcf8ca6acace35317b39e5efb7f113dd Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong (cubxxw)" <3293172751nss@gmail.com> Date: Sun, 7 Jan 2024 11:17:53 +0800 Subject: [PATCH] feat: add openim mongo logic Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> --- .github/workflows/openimci.yml | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/.github/workflows/openimci.yml b/.github/workflows/openimci.yml index e42fd5bb5..96e03f214 100644 --- a/.github/workflows/openimci.yml +++ b/.github/workflows/openimci.yml @@ -281,26 +281,8 @@ jobs: sudo make init sudo make image - - name: Get Docker Images - id: docker_images - run: | - echo "images<> $GITHUB_ENV - sudo docker images | awk '{print $1, $2, $3, $4, $5, $6, $7, $8}' >> $GITHUB_ENV - echo "EOF" >> $GITHUB_ENV - - name: Get Docker Processes + - name: Get OpenIM Docker Images Status id: docker_processes run: | - echo "processes<> $GITHUB_ENV - sudo docker ps | awk '{print $1, $2, $3, $4, $5, $6, $7, $8}' >> $GITHUB_ENV - echo "EOF" >> $GITHUB_ENV - - name: Comment PR with Docker Info - uses: ./ # Replace with the appropriate action to comment on PR - with: - message: | - ### Docker Images: - ${{ env.images }} - ### Docker Processes: - ${{ env.processes }} - comment_tag: docker_info - reactions: eyes, rocket - mode: recreate \ No newline at end of file + sudo docker images + sudo docker ps \ No newline at end of file