Commit 4294946 1 parent 14f6e94 commit 4294946 Copy full SHA for 4294946
File tree 6 files changed +10
-53
lines changed
6 files changed +10
-53
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
java-version : 1.8
23
23
architecture : x64
24
- - name : Checkout orchestrator
25
- run : |
26
- cd $BASEDIR
27
- git clone https://github.com/arrow-kt/arrow.git
28
- - name : Run Ank for site
29
- run : |
30
- $BASEDIR/arrow/scripts/site-download.sh
31
- $BASEDIR/arrow/scripts/site-run-ank.sh
32
- - name : Run Dokka for arrow-fx
33
- run : $BASEDIR/arrow/scripts/project-run-dokka.sh arrow-fx
34
- - name : Run Ank for arrow-fx
35
- run : $BASEDIR/arrow/scripts/project-run-ank.sh arrow-fx
36
- - name : Join docs to site
37
- run : $BASEDIR/arrow/scripts/project-locate-doc.sh arrow-fx
38
- - name : Prepare environment
39
- run : $BASEDIR/arrow/scripts/site-prepare-env.sh
40
- - name : Build site
41
- run : $BASEDIR/arrow/scripts/site-build.sh
24
+ - name : Generate API doc and validate
25
+ run : ./gradlew buildArrowDoc
Original file line number Diff line number Diff line change 25
25
if : failure()
26
26
id : create-issue
27
27
run : |
28
- echo $(git log -1 --pretty=format:%s)
29
- echo ::set-output name=title::$(git log -1 --pretty=format:%s | sed 's/"//g')
30
- echo -e "## Details\n" > issue.log
31
- echo -e "* **Commit hash**: \`$(git log -1 --pretty=format:%h)\`\n" >> issue.log
32
- echo -e "* **Author**: $(git log -1 --pretty=format:%an)\n" >> issue.log
33
- echo -e "* **Committer**: $(git log -1 --pretty=format:%cn)\n" >> issue.log
34
- echo -e "* **More info**: [error log](https://github.com/arrow-kt/arrow-fx/commit/$GITHUB_SHA/checks)\n" >> issue.log
35
- cat issue.log
28
+ $BASEDIR/arrow/scripts/issue-create-description.sh > issue.log
29
+ echo ::set-output name=title::$(git log -1 --pretty=format:%s)
36
30
rm -rf /home/runner/work/_actions/actions/github-script/0.3.0/node_modules
37
31
cd /home/runner/work/_actions/actions/github-script/0.3.0/
38
32
npm install
Original file line number Diff line number Diff line change 25
25
if : failure()
26
26
id : create-issue
27
27
run : |
28
- echo $(git log -1 --pretty=format:%s)
29
- echo ::set-output name=title::$(git log -1 --pretty=format:%s | sed 's/"//g')
30
- echo -e "## Details\n" > issue.log
31
- echo -e "* **Commit hash**: \`$(git log -1 --pretty=format:%h)\`\n" >> issue.log
32
- echo -e "* **Author**: $(git log -1 --pretty=format:%an)\n" >> issue.log
33
- echo -e "* **Committer**: $(git log -1 --pretty=format:%cn)\n" >> issue.log
34
- echo -e "* **More info**: [error log](https://github.com/arrow-kt/arrow-fx/commit/$GITHUB_SHA/checks)\n" >> issue.log
35
- cat issue.log
28
+ $BASEDIR/arrow/scripts/issue-create-description.sh > issue.log
29
+ echo ::set-output name=title::$(git log -1 --pretty=format:%s)
36
30
rm -rf /home/runner/work/_actions/actions/github-script/0.3.0/node_modules
37
31
cd /home/runner/work/_actions/actions/github-script/0.3.0/
38
32
npm install
Original file line number Diff line number Diff line change 41
41
if : failure()
42
42
id : create-issue
43
43
run : |
44
- echo $(git log -1 --pretty=format:%s)
44
+ $BASEDIR/arrow/scripts/issue-create-description.sh > issue.log
45
45
echo ::set-output name=title::$(git log -1 --pretty=format:%s)
46
- echo -e "## Details\n" > issue.log
47
- echo -e "* **Commit hash**: \`$(git log -1 --pretty=format:%h)\`\n" >> issue.log
48
- echo -e "* **Author**: $(git log -1 --pretty=format:%an)\n" >> issue.log
49
- echo -e "* **Committer**: $(git log -1 --pretty=format:%cn)\n" >> issue.log
50
- echo -e "* **More info**: [error log](https://github.com/arrow-kt/arrow-fx/commit/$GITHUB_SHA/checks)\n" >> issue.log
51
- cat issue.log
52
46
rm -rf /home/runner/work/_actions/actions/github-script/0.3.0/node_modules
53
47
cd /home/runner/work/_actions/actions/github-script/0.3.0/
54
48
npm install
Original file line number Diff line number Diff line change 29
29
run : |
30
30
$BASEDIR/arrow/scripts/site-download.sh
31
31
$BASEDIR/arrow/scripts/site-run-ank.sh
32
- - name : Run Dokka for arrow-fx
33
- run : $BASEDIR/arrow/scripts/project-run-dokka.sh arrow-fx
34
- - name : Run Ank for arrow-fx
35
- run : $BASEDIR/arrow/scripts/project-run-ank.sh arrow-fx
32
+ - name : Generate API doc and validate
33
+ run : ./gradlew buildArrowDoc
36
34
- name : Join docs to site
37
35
run : $BASEDIR/arrow/scripts/project-locate-doc.sh arrow-fx
38
36
- name : Prepare environment
52
50
if : failure()
53
51
id : create-issue
54
52
run : |
55
- echo $(git log -1 --pretty=format:%s)
53
+ $BASEDIR/arrow/scripts/issue-create-description.sh > issue.log
56
54
echo ::set-output name=title::$(git log -1 --pretty=format:%s)
57
- echo -e "## Details\n" > issue.log
58
- echo -e "* **Commit hash**: \`$(git log -1 --pretty=format:%h)\`\n" >> issue.log
59
- echo -e "* **Author**: $(git log -1 --pretty=format:%an)\n" >> issue.log
60
- echo -e "* **Committer**: $(git log -1 --pretty=format:%cn)\n" >> issue.log
61
- echo -e "* **More info**: [error log](https://github.com/arrow-kt/arrow-fx/commit/$GITHUB_SHA/checks)\n" >> issue.log
62
- cat issue.log
63
55
rm -rf /home/runner/work/_actions/actions/github-script/0.3.0/node_modules
64
56
cd /home/runner/work/_actions/actions/github-script/0.3.0/
65
57
npm install
Original file line number Diff line number Diff line change @@ -9,4 +9,3 @@ include 'arrow-benchmarks-fx:arrow-scala-benchmarks'
9
9
include ' arrow-benchmarks-fx:arrow-kio-benchmarks'
10
10
include ' arrow-benchmarks-fx'
11
11
include ' arrow-fx-test'
12
- include ' arrow-docs'
You can’t perform that action at this time.
0 commit comments