Skip to content

Commit ea2ec04

Browse files
committed
Updated the path to update-field hook wherever found relevant:
* In both CI and Release pipline, Hook folder name updated * Jest Testing Package.json attribute * Makefile target name Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
1 parent 899564f commit ea2ec04

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ jobs:
443443
- generic-webhook
444444
- persistence-azure-monitor
445445
# - persistence-elastic # Fails on the CI due to insufficient cpu as mentioned in issue #1165
446-
- update-field
446+
- update-field-hook
447447
- finding-post-processing
448448
- notification
449449
# - persistence-static-report (WIP)

.github/workflows/release-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
- persistence-elastic
179179
- persistence-defectdojo
180180
- persistence-azure-monitor
181-
- update-field
181+
- update-field-hook
182182
steps:
183183
- name: Checkout
184184
uses: actions/checkout@v2

hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"<rootDir>/notification/src",
5555
"<rootDir>/persistence-defectdojo",
5656
"<rootDir>/persistence-elastic",
57-
"<rootDir>/update-field"
57+
"<rootDir>/update-field-hook"
5858
]
5959
}
6060
}

hooks/update-field-hook/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
include_guard = set
9-
hook = update-field
9+
hook = update-field-hook
1010

1111
include ../../hooks.mk
1212

0 commit comments

Comments
 (0)