From 736c866a65edb8bc8c5796b007b857c596715bb7 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 15 Jan 2025 12:49:49 -0500 Subject: [PATCH] Removing comments. --- .gitea/workflows/deployment.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.gitea/workflows/deployment.yml b/.gitea/workflows/deployment.yml index 5fa60c59..79844b97 100644 --- a/.gitea/workflows/deployment.yml +++ b/.gitea/workflows/deployment.yml @@ -37,21 +37,6 @@ jobs: echo "Creating PR for branch: ${{ github.ref_name }}" tea pr c -r ${{ github.repository }} -t "Automated PR for ${{ github.ref_name }}" -d "Automatically created PR for branch: ${{ github.ref_name }}" -a ${{ github.actor }} - # echo "Checking if any open PRs exist for branch: ${{ github.ref_name }}" - # PR_STATE=$(tea pr ls --repo "${{ github.repository }}" --state all --fields index,title,head,state --output csv | grep "${{ github.ref_name }}") | head -1 | awk -F',' '{print $4}' | tr -d '"' - # echo "PR_STATE: $PR_STATE" - # PR_EXISTS=$(echo "$PR_STATE" | wc -l) - - # if [ "$PR_EXISTS" -ge 1 ]; then - # echo "PR exists, skipping creation..." - # elif [ "$PR_EXISTS" -eq 0 ]; then - # echo "PR does not exist, creating PR..." - # tea pr c -r "${{ github.repository }}" -t "Automated PR for ${{ github.ref_name }}" -d "Automated PR for ${{ github.ref_name }}" - # else - # echo "Error determining PR status. Exiting..." - # exit 1 - # fi - docker-compose-test: name: Docker Compose Test needs: [check-and-create-pr]