File tree Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 77jobs :
88 trigger-circleci :
99 runs-on : ubuntu-latest
10+ strategy :
11+ matrix :
12+ distribution :
13+ - stretch
14+ - buster
15+ - xenial
16+ - artful
17+ - bionic
18+ - cosmic
19+ - disco
20+ - eoan
21+ - focal
22+ - centos_7
23+ - centos_8
1024 steps :
1125 -
1226 name : Set version
2236 name : Trigger Circle CI API
2337 env :
2438 CIRCLE_API_TOKEN : ${{ secrets.CIRCLE_API_TOKEN }}
39+ DISTRIBUTION : ${{ matrix.distribution }}
2540 run : >
2641 curl --request POST
2742 --url https://circleci.com/api/v2/project/github/jolicode/redirection.io/pipeline
3752 \"release_env\": \"production\",
3853 \"release_channel\": \"beta\",
3954 \"release_main_version_dir\": \"$MAJOR_VERSION\",
40- \"release_apache_module_version\": \"$VERSION\"
55+ \"release_apache_module_version\": \"$VERSION\",
56+ \"release_distribution\": \"$DISTRIBUTION\"
4157 }
4258 }
4359 "
Original file line number Diff line number Diff line change 77jobs :
88 trigger-circleci :
99 runs-on : ubuntu-latest
10+ strategy :
11+ matrix :
12+ distribution :
13+ - stretch
14+ - buster
15+ - xenial
16+ - artful
17+ - bionic
18+ - cosmic
19+ - disco
20+ - eoan
21+ - focal
22+ - centos_7
23+ - centos_8
1024 steps :
1125 -
1226 name : Set version
2236 name : Trigger Circle CI API
2337 env :
2438 CIRCLE_API_TOKEN : ${{ secrets.CIRCLE_API_TOKEN }}
39+ DISTRIBUTION : ${{ matrix.distribution }}
2540 run : >
2641 curl --request POST
2742 --url https://circleci.com/api/v2/project/github/jolicode/redirection.io/pipeline
3752 \"release_env\": \"production\",
3853 \"release_channel\": \"stable\",
3954 \"release_main_version_dir\": \"$MAJOR_VERSION\",
40- \"release_apache_module_version\": \"$VERSION\"
55+ \"release_apache_module_version\": \"$VERSION\",
56+ \"release_distribution\": \"$DISTRIBUTION\"
4157 }
4258 }
4359 "
You can’t perform that action at this time.
0 commit comments