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 02c36a03 authored by GotthardG's avatar GotthardG
Browse files

fixing bugs with ci pipeline

parent 6804d0c4
No related branches found
No related tags found
No related merge requests found
Pipeline #44630 failed
......@@ -42,6 +42,10 @@ deploy:
stage: deploy
only:
- main
variables:
DB_USERNAME: $DB_USERNAME
DB_PASSWORD: $DB_PASSWORD
EVIRONMENT: ENVIRONMENT=test
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