Skip to content
Snippets Groups Projects
Commit 387a29d2 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

test CI/CD with different git behavior

parent 6f1ce90c
No related branches found
No related tags found
No related merge requests found
Pipeline #89472 passed
...@@ -108,7 +108,7 @@ light-deploy-testing: ...@@ -108,7 +108,7 @@ light-deploy-testing:
<<: *ssh_setup <<: *ssh_setup
environment: Testing environment: Testing
script: script:
- ssh -oStrictHostKeyChecking=accept-new airflow@$TESTING_IP "cd /home/airflow/data-logistics-service && sudo git stash && sudo git pull --all && sudo git checkout -f $CI_COMMIT_TAG && sudo git stash clear" - ssh -oStrictHostKeyChecking=accept-new airflow@$TESTING_IP "cd /home/airflow/data-logistics-service && sudo git stash && sudo git stash clear && sudo git checkout main && sudo git checkout -f $CI_COMMIT_TAG && sudo git pull --all"
- ssh -oStrictHostKeyChecking=accept-new airflow@$TESTING_IP "sudo /home/airflow/data-logistics-service/scripts/deployment.sh /home/airflow /home/airflow/data-logistics-service $TESTING_DOMAIN $AIRFLOW__SECRETS__BACKEND $AIRFLOW__SECRETS__BACKEND_KWARGS" - ssh -oStrictHostKeyChecking=accept-new airflow@$TESTING_IP "sudo /home/airflow/data-logistics-service/scripts/deployment.sh /home/airflow /home/airflow/data-logistics-service $TESTING_DOMAIN $AIRFLOW__SECRETS__BACKEND $AIRFLOW__SECRETS__BACKEND_KWARGS"
test-testingdeployment_webserver: test-testingdeployment_webserver:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment