Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit cd13b16f authored by GotthardG's avatar GotthardG
Browse files

fixing bugs with ci pipeline

parent 3ca58fc4
No related branches found
No related tags found
No related merge requests found
Pipeline #44632 failed
......@@ -43,12 +43,7 @@ deploy:
only:
- main
variables:
DB_USERNAME: $DB_USERNAME
DB_PASSWORD: $DB_PASSWORD
EVIRONMENT: ENVIRONMENT=test
DB_HOST: $DB_HOST
DB_PORT: $DB_PORT
DB_NAME: $DB_NAME
script:
- echo "Updating repository..."
- git pull origin main # Update the repository with the latest code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment