From cd13b16f0b7d6e573bcce82a88ddcb417c608b97 Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:02:28 +0100 Subject: [PATCH] fixing bugs with ci pipeline --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f83027d..de26dc9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab