Skip to content

Commit dafdca6

Browse files
committed
fixup! Edit Pipeline Trigger
1 parent cade678 commit dafdca6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pipelines/templates/run-unit-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ stages:
101101
retryCountOnTaskFailure: 3
102102
inputs:
103103
scriptSource: 'inline'
104-
arguments: $(Build.SourcesDirectory) $(CGO_PATH)
104+
arguments: $(Build.SourcesDirectory)
105105
script: |
106106
import os
107107
import subprocess
@@ -168,6 +168,7 @@ stages:
168168
script: |
169169
import os
170170
import subprocess
171+
import sys
171172
172173
# Define the necessary variables
173174
cwd = sys.argv[1]

0 commit comments

Comments
 (0)