From 021668c34e0d39a455f71d3b869ff7eb49b29ff0 Mon Sep 17 00:00:00 2001 From: Arup Date: Sat, 4 May 2024 16:03:00 +0530 Subject: [PATCH] Pipeline modified --- .github/workflows/CICD-pipeline.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/CICD-pipeline.yml b/.github/workflows/CICD-pipeline.yml index 5210ea9..5b7004e 100644 --- a/.github/workflows/CICD-pipeline.yml +++ b/.github/workflows/CICD-pipeline.yml @@ -1,10 +1,3 @@ -# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven - -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. name: CiCd Pipeline