Skip to content

Commit 20ce23b

Browse files
committed
fix ci-profiles missing .env
1 parent 7f28807 commit 20ce23b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ci.Qa.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ prepare:
1010
- name: install uv standalone version
1111
command: curl -LsSf https://astral.sh/uv/install.sh | env
1212
UV_INSTALL_DIR="$HOME/app" sh && chmod +x $HOME/app/uv
13+
- command: cp -n .env.sample .env
1314
- name: "set ev vars "
1415
command: . .env && cs set-env -w $WORKSPACE_ID -t $TEAM_ID --env-var
1516
UV_PYTHON_INSTALL_DIR=$PWD/.codesphere-internal/.uv-python-install

ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ prepare:
1010
- name: install uv standalone version
1111
command: curl -LsSf https://astral.sh/uv/install.sh | env
1212
UV_INSTALL_DIR="$HOME/app" sh && chmod +x $HOME/app/uv
13+
- command: cp -n .env.sample .env
1314
- name: "set ev vars "
1415
command: . .env && cs set-env -w $WORKSPACE_ID -t $TEAM_ID --env-var
1516
UV_PYTHON_INSTALL_DIR=$PWD/.codesphere-internal/.uv-python-install

0 commit comments

Comments
 (0)