Skip to content

Commit 9a60335

Browse files
authored
Merge pull request #14 from aws-observability/fix-app-signals-cleanup-errors
Update clean-app-signals.sh location
2 parents 4f1d42e + 5f92efd commit 9a60335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/appsignals-e2e-eks-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
# resources created from terraform and try again.
223223
if [ $deployment_failed -eq 1 ]; then
224224
echo "Cleaning up App Signal"
225-
./clean-app-signals.sh \
225+
${{ env.TEST_RESOURCES_FOLDER }}/enablement-script/scripts/eks/appsignals/clean-app-signals.sh \
226226
${{ inputs.test-cluster-name }} \
227227
${{ inputs.aws-region }} \
228228
${{ env.SAMPLE_APP_NAMESPACE }}

0 commit comments

Comments
 (0)