Skip to content

Commit

Permalink
fix(ci): remove logging statement (#4893)
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka committed May 11, 2022
1 parent 72eff24 commit 204d7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoke-test/smoke.sh
Expand Up @@ -9,7 +9,7 @@ set -euxo pipefail
# - Python 3.6+ is installed and in the PATH.

# Log the locally loaded images
docker images | grep "datahub-"
# docker images | grep "datahub-"

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
cd "$DIR"
Expand Down

0 comments on commit 204d7e6

Please sign in to comment.