Skip to content

Commit 3ec8524

Browse files
committed
chore(airflow): Replace source with .
1 parent a8262eb commit 3ec8524

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

airflow/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ AIRFLOW_EXTRAS="$AIRFLOW_EXTRAS_CORE,$AIRFLOW_EXTRAS_META,$AIRFLOW_EXTRAS_PROVID
112112
AIRFLOW_EXTRAS=$(echo "$AIRFLOW_EXTRAS" | tr ',' '\n' | awk 'NF > 0 {if (!seen[$0]++) print $0}' | tr '\n' ',' | sed 's/,$//')
113113

114114
uv venv --python "${PYTHON_VERSION}" --system-site-packages /stackable/app
115-
source /stackable/app/bin/activate
115+
. /stackable/app/bin/activate
116116

117117
# Another project manager
118118
uv tool install hatch
@@ -254,7 +254,7 @@ export XDG_DATA_HOME=/usr/local/share
254254
export XDG_CACHE_HOME=/var/cache
255255
uv venv --python "${PYTHON_VERSION}" --system-site-packages /stackable/app
256256
chown -R "${STACKABLE_USER_UID}:0" /stackable/app/bin
257-
source /stackable/app/bin/activate
257+
. /stackable/app/bin/activate
258258
# uv python install "${PYTHON_VERSION}" --no-cache -v
259259
# uv python pin "${PYTHON_VERSION}" --no-cache -v
260260

0 commit comments

Comments
 (0)