Skip to content

Commit

Permalink
debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yourmoonlight committed Oct 28, 2023
1 parent a55008b commit 0eaa653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
KEYWORD="rooch"
# get the container id
CONTAINER_ID=$(docker ps -a | grep $KEYWORD | awk "{print $1}")
CONTAINER_ID=$(docker ps -a | grep $KEYWORD | awk \'{print $1}\')
if [ -z "$CONTAINER_ID" ]; then
echo "No container found related to the keyword $KEYWORD"
Expand Down

0 comments on commit 0eaa653

Please sign in to comment.