diff --git a/.github/workflows/cicd_pipelines_pipeline-generation_1_sync-blueprint_default.yaml b/.github/workflows/cicd_pipelines_pipeline-generation_1_sync-blueprint_default.yaml deleted file mode 100644 index 7b5ccdc..0000000 --- a/.github/workflows/cicd_pipelines_pipeline-generation_1_sync-blueprint_default.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# -# © 2024 by Intellectual Reserve, Inc. All rights reserved. -# - -name: CI/CD pipeline-generation 1 sync-blueprint default -'on': - - workflow_dispatch -jobs: - pipelines_sync-blueprint_generate: - uses: >- - fs-cicd/paas-cicd-workflows/.github/workflows/pipelines_pipeline-generation_generate.yaml@v1 - secrets: - SPLUNK_TOKEN: ${{ secrets.SPLUNK_TOKEN }} - with: - blueprint_component_name: sync-blueprint - needs_blueprint_operations: '[]' - needs: [] diff --git a/blueprint.yml b/blueprint.yml deleted file mode 100644 index f6381f2..0000000 --- a/blueprint.yml +++ /dev/null @@ -1,46 +0,0 @@ -# -# © 2023 by Intellectual Reserve, Inc. All rights reserved. -# - -name: frontier-eslint-config-frontier-react -version: "1.1" -builds: - - name: node-build - type: build-artifacts - version: "1" - operations: - - name: publish - properties: - build_tool: npm - directory: ./ - runtimes: - node: - version: "20" - - name: code-analysis - type: code-analysis - version: "1" - operations: - - name: analyze -pipelines: - - name: master-build-deploy - type: push-to-master - version: "1" - operations: - - name: start - properties: - triggers: - type: gha - on: - push: - branches: ["master"] - - name: pr-build - type: pull-request - version: "1" - operations: - - name: start - properties: - triggers: - type: gha - on: - pull_request: - branches: ["master"]