Fix resources isues 22

This commit is contained in:
2026-01-22 21:04:26 +01:00
parent ea48f52173
commit 6fdfff6488
4 changed files with 53 additions and 30 deletions

View File

@@ -35,9 +35,9 @@ spec:
type: RuntimeDefault
workingDir: $(workspaces.source.path)
script: |
#!/bin/bash
#!/bin/sh
set -e
echo "============================================"
echo "Running Unit Tests"
echo "Services: $(params.services)"
@@ -78,9 +78,9 @@ spec:
type: RuntimeDefault
workingDir: $(workspaces.source.path)
script: |
#!/bin/bash
#!/bin/sh
set -e
echo "============================================"
echo "Running Integration Tests"
echo "Services: $(params.services)"