Skip to content

Commit 3eaa9ab

Browse files
committed
unify
1 parent c6da1b1 commit 3eaa9ab

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

services/agent/docker/boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2323
python --version | sed 's/^/ /'
2424
command -v python | sed 's/^/ /'
2525

26-
cd services/agent || exit 1
26+
cd services/agent
2727
pip install uv
2828
uv pip --quiet --no-cache-dir install -r requirements/dev.txt
2929
cd - || exit 1

services/api-server/docker/boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
1818
python --version | sed 's/^/ /'
1919
command -v python | sed 's/^/ /'
2020

21-
cd services/api-server || exit 1
21+
cd services/api-server
2222
pip install uv
2323
uv pip --quiet --no-cache-dir install -r requirements/dev.txt
2424
cd - || exit 1

services/catalog/docker/boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
1818
python --version | sed 's/^/ /'
1919
command -v python | sed 's/^/ /'
2020

21-
cd services/catalog || exit 1
21+
cd services/catalog
2222
pip install uv
2323
uv pip --quiet --no-cache-dir install -r requirements/dev.txt
2424
cd - || exit 1

services/clusters-keeper/docker/boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2323
python --version | sed 's/^/ /'
2424
command -v python | sed 's/^/ /'
2525

26-
cd services/clusters-keeper || exit 1
26+
cd services/clusters-keeper
2727
pip install uv
2828
uv pip --quiet --no-cache-dir install -r requirements/dev.txt
2929
cd - || exit 1

services/dask-sidecar/docker/boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2424
print_info "Python :"
2525
python --version | sed 's/^/ /'
2626
command -v python | sed 's/^/ /'
27-
cd services/dask-sidecar || exit 1
27+
cd services/dask-sidecar
2828
pip install --no-cache-dir -r requirements/dev.txt
2929
cd - || exit 1
3030
print_info "PIP :"

services/datcore-adapter/docker/boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2323
python --version | sed 's/^/ /'
2424
command -v python | sed 's/^/ /'
2525

26-
cd services/datcore-adapter || exit 1
26+
cd services/datcore-adapter
2727
pip install uv
2828
uv pip --quiet --no-cache-dir install -r requirements/dev.txt
2929
cd - || exit 1

services/director-v2/docker/boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2323
python --version | sed 's/^/ /'
2424
command -v python | sed 's/^/ /'
2525

26-
cd services/director-v2 || exit 1
26+
cd services/director-v2
2727
pip install uv
2828
uv pip --quiet --no-cache-dir install -r requirements/dev.txt
2929
cd - || exit 1

services/dynamic-scheduler/docker/boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2323
python --version | sed 's/^/ /'
2424
command -v python | sed 's/^/ /'
2525

26-
cd services/dynamic-scheduler || exit 1
26+
cd services/dynamic-scheduler
2727
pip install uv
2828
uv pip --quiet --no-cache-dir install -r requirements/dev.txt
2929
cd - || exit 1

services/efs-guardian/docker/boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2323
python --version | sed 's/^/ /'
2424
command -v python | sed 's/^/ /'
2525

26-
cd services/efs-guardian || exit 1
26+
cd services/efs-guardian
2727
pip install uv
2828
uv pip --quiet --no-cache-dir install -r requirements/dev.txt
2929
cd - || exit 1

services/invitations/docker/boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ "${SC_BUILD_TARGET}" = "development" ]; then
2323
python --version | sed 's/^/ /'
2424
command -v python | sed 's/^/ /'
2525

26-
cd services/invitations || exit 1
26+
cd services/invitations
2727
pip install uv
2828
uv pip --quiet --no-cache-dir install -r requirements/dev.txt
2929
cd - || exit 1

0 commit comments

Comments
 (0)