Skip to content

Commit 76bcea2

Browse files
committed
shellcheck
1 parent 7f833f6 commit 76bcea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/sidecar/docker/entrypoint.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ chown -R $USERNAME:"$GROUPNAME" "${SIDECAR_LOG_FOLDER}"
9595
if [ "${SC_BUILD_TARGET}" = "development" ]
9696
then
9797
echo "$INFO installing pythong dependencies..."
98-
pushd services/sidecar
98+
cd services/sidecar || exit 1
9999
pip install --no-cache-dir -r requirements/dev.txt
100-
popd
100+
cd - || exit 1
101101
fi
102102

103103

0 commit comments

Comments
 (0)