File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
name : Sonarqube C# Scan
3
3
agent :
4
4
type : Unity::metal::macmini
5
- image : package-ci/mac
5
+ image : package-ci/mac:v1.8.1-822785
6
6
flavor : m1.mac
7
7
variables :
8
8
PROJECT_PATH : tutorials/pick_and_place/PickAndPlaceProject
@@ -36,7 +36,7 @@ standard:
36
36
name : Sonarqube Standard Scan
37
37
agent :
38
38
type : Unity::metal::macmini
39
- image : package-ci/mac
39
+ image : package-ci/mac:v1.8.1-822785
40
40
flavor : m1.mac
41
41
variables :
42
42
SONARQUBE_PROJECT_KEY : ai-robotics-hub-standard
@@ -49,4 +49,4 @@ standard:
49
49
expression : |
50
50
((pull_request.target eq "main" OR pull_request.target eq "dev")
51
51
AND NOT pull_request.push.changes.all match "**/*.md") OR
52
- (push.branch eq "main" OR push.branch eq "dev")
52
+ (push.branch eq "main" OR push.branch eq "dev")
You can’t perform that action at this time.
0 commit comments