From 1783ae310904314c04c67c821cb80cb9cd16599a Mon Sep 17 00:00:00 2001 From: Phil Strong Date: Mon, 11 Mar 2024 11:40:15 -0400 Subject: [PATCH 1/3] remove workflows --- .codecatalyst/workflows/Workflow_f4d9.yaml | 71 ---------------------- 1 file changed, 71 deletions(-) delete mode 100644 .codecatalyst/workflows/Workflow_f4d9.yaml diff --git a/.codecatalyst/workflows/Workflow_f4d9.yaml b/.codecatalyst/workflows/Workflow_f4d9.yaml deleted file mode 100644 index 6d1be82..0000000 --- a/.codecatalyst/workflows/Workflow_f4d9.yaml +++ /dev/null @@ -1,71 +0,0 @@ -Name: Workflow_f4d9 -SchemaVersion: "1.0" - -# Optional - Set automatic triggers. -Triggers: - - Type: PUSH - Branches: - - master - -# Required - Define action configurations. -Actions: - Build_04: - # Identifies the action. Do not modify this value. - Identifier: aws/build-beta@v1 - #Defines the action's properties. - Configuration: - # Required - Steps are sequential instructions that run shell commands - Steps: - - Run: node -v - - Run: go version - Outputs: - # Automatically discover reports for popular test frameworks - AutoDiscoverReports: - Enabled: false - # Use as prefix for the report files - ReportNamePrefix: rpt - Compute: - Type: EC2 - Build_81: - # Identifies the action. Do not modify this value. - Identifier: aws/build-beta@v1.0.0 - Outputs: - # Optional; Automatically discover reports for popular test frameworks - AutoDiscoverReports: - Enabled: false - # Use as prefix for the report files - ReportNamePrefix: rpt - # Defines the action's properties. - Configuration: - # Required - Steps are sequential instructions that run shell commands - Steps: - - Run: node -v - - Run: go version - Container: - Registry: CODECATALYST - Image: CodeCatalystLinux_x86_64:2024_03 - Compute: - Type: EC2 - Test_cc: - # Identifies the action. Do not modify this value. - Identifier: aws/managed-test-gamma@v1.0.0 - Outputs: - # Optional; Automatically discover reports for popular test frameworks - AutoDiscoverReports: - Enabled: false - # Use as prefix for the report files - ReportNamePrefix: rpt - # Defines the action's properties. - Configuration: - # Required - Steps are sequential instructions that run shell commands - Steps: - - Run: node -v - - Run: go version - Container: - Registry: CODECATALYST - Image: CodeCatalystLinux_x86_64:2022_11 - Compute: - Type: EC2 - Inputs: - Sources: - - WorkflowSource From 2226f7ecf51ab9cf3bc7cb23cd381b31a1ca680b Mon Sep 17 00:00:00 2001 From: Phil Strong Date: Mon, 11 Mar 2024 11:41:29 -0400 Subject: [PATCH 2/3] sym link workflows --- .codecatalyst/workflows | 1 + 1 file changed, 1 insertion(+) create mode 120000 .codecatalyst/workflows diff --git a/.codecatalyst/workflows b/.codecatalyst/workflows new file mode 120000 index 0000000..115b082 --- /dev/null +++ b/.codecatalyst/workflows @@ -0,0 +1 @@ +workflow-templates/workflows/ \ No newline at end of file From 0e8767e8c4cf910fedba965125081596afc2a33c Mon Sep 17 00:00:00 2001 From: Phil Strong Date: Mon, 11 Mar 2024 11:53:16 -0400 Subject: [PATCH 3/3] better symlink --- .codecatalyst/workflows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecatalyst/workflows b/.codecatalyst/workflows index 115b082..a0a35d9 120000 --- a/.codecatalyst/workflows +++ b/.codecatalyst/workflows @@ -1 +1 @@ -workflow-templates/workflows/ \ No newline at end of file +../workflow-templates/workflows/ \ No newline at end of file