From 9b4d56853296efcc36cafc0653120284154501f4 Mon Sep 17 00:00:00 2001 From: Dhaval Maniyar <100835289+logoutdhaval@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:11:33 +0530 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c9c81783..dfb77479 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,27 +5,6 @@ executors: - image: circleci/openjdk:13.0-buster-node-browsers-legacy jobs: - check_PR_title_validity: - executor: docker-executor - environment: - JVM_OPTS: -Xmx512m - TERM: dumb - steps: - - checkout - - setup_remote_docker: - version: 20.10.14 - - run: - name: Check PR name and fetch imageTag - command: | - PR_NUMBER=$(basename $CIRCLE_PULL_REQUEST) - PR_TITLE=$(curl -sSL "https://api.github.com/repos/openmf/ph-ee-importer-rdbms/pulls/$PR_NUMBER" | jq -r '.title') - - - result=$(echo "$PR_TITLE" | sed 's/].*\[//') - result1=$(echo "$PR_TITLE" | sed 's/.*\[\(.*\)\].*/\1/') - - echo "this is ticket no $result" - echo "this is ticket no result1" build_and_push_tag_image: executor: docker-executor environment: