Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Jan 4, 2024
1 parent 184f8b6 commit 73af959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
ContainerId=$(sudo docker ps -q -f name=${{ env.IMAGE_NAME }}) &&
ImageId=$(sudo docker inspect -f '{{.Image}}' $containerId) &&
echo "miro" &&
echo $(sudo docker ps -q -f name=${{ env.IMAGE_NAME }}) &&
echo $(sudo docker inspect -f '{{.Image}}' $containerId) &&
echo "$(sudo docker ps -q -f name=${{ env.IMAGE_NAME }})" &&
echo "$(sudo docker inspect -f '{{.Image}}' $containerId)" &&
echo $ContainerId &&
echo $ImageId &&
if [ $ContainerId ]; then
Expand Down

0 comments on commit 73af959

Please sign in to comment.