Skip to content

Commit fa4aa7a

Browse files
committed
Enable autodeploy
1 parent d4568b4 commit fa4aa7a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,15 @@ variables:
99
stages:
1010
- test
1111
- build
12-
# - deploy
12+
- deploy
1313

1414
test:
1515
image: python:3.11.0-slim-bullseye
1616
before_script:
17-
- apt-get update && apt-get install make
17+
- apt-get update && apt-get install make -y
1818
- python -m pip install --upgrade pip
1919
- pip install uv
20-
- uv sync INDEXING_SUCCESS=0 && \
21-
(make generate-data && INDEXING_SUCCESS=1) || INDEXING_SUCCESS=0 && \
22-
echo "Flushing data to disk..." && \
23-
24-
20+
- uv sync
2521

2622
stage: test
2723
script:

0 commit comments

Comments
 (0)