File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2333,7 +2333,7 @@ axes:
2333
2333
VENV_BIN_DIR : " Scripts"
2334
2334
- id : " rhel87-64-go-1-20"
2335
2335
display_name : " RHEL 8.7"
2336
- run_on : rhel8.7-large
2336
+ run_on : rhel8.7-large
2337
2337
variables :
2338
2338
GO_DIST : " /opt/golang/go1.20"
2339
2339
- id : " macos11-go-1-20"
@@ -2704,12 +2704,12 @@ buildvariants:
2704
2704
GO_DIST : " /opt/golang/go1.20"
2705
2705
tasks :
2706
2706
- name : " .compile-check"
2707
-
2707
+
2708
2708
- name : atlas-test
2709
2709
tags : ["pullrequest"]
2710
2710
display_name : " Atlas test"
2711
2711
run_on :
2712
- - rhel8.7-large
2712
+ - rhel8.7-large
2713
2713
expansions :
2714
2714
GO_DIST : " /opt/golang/go1.20"
2715
2715
tasks :
@@ -2719,7 +2719,7 @@ buildvariants:
2719
2719
tags : ["pullrequest"]
2720
2720
display_name : " Atlas Data Lake Test"
2721
2721
run_on :
2722
- - rhel8.7-large
2722
+ - rhel8.7-large
2723
2723
expansions :
2724
2724
GO_DIST : " /opt/golang/go1.20"
2725
2725
tasks :
Original file line number Diff line number Diff line change 16
16
- name : Create a sync PR
17
17
run : |
18
18
git config --global github.user $GITHUB_ACTOR
19
- git config user.email [email protected]
20
- git config user.name $GITHUB_ACTOR
19
+ git config --global user.email [email protected]
20
+ git config --global user.name $GITHUB_ACTOR
21
21
export AUTH_TOKEN=${{secrets.GITHUB_TOKEN}}
22
22
sha=$(git rev-parse HEAD)
23
23
bash ./etc/cherry-picker.sh $sha
You can’t perform that action at this time.
0 commit comments