File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1818# ###############################################################################
1919set -e
2020
21- export JAVA_HOME=$JAVA_HOME_11_X64
21+ export JAVA_HOME=" /usr/lib/jvm/jdk-17.0.7+7 "
2222
2323# setup hugo
2424HUGO_REPO=https://github.com/gohugoio/hugo/releases/download/v0.104.0/hugo_extended_0.104.0_Linux-64bit.tar.gz
Original file line number Diff line number Diff line change 4949 fi
5050 - name : Build documentation
5151 run : |
52- docker run --rm --volume "$PWD:/root/flink-kubernetes-operator" chesnay/flink-ci:java_8_11 bash -c "cd /root/flink-kubernetes-operator && ./.github/workflows/docs.sh"
52+ docker run --rm \
53+ --user "$(id -u):$(id -g)" \
54+ --workdir /workdir \
55+ --volume "$PWD:/workdir" \
56+ chesnay/flink-ci:java_8_11_17_21_maven_386_jammy \
57+ bash -c './.github/workflows/docs.sh'
5358 - name : Upload documentation
5459 uses : ./.github/actions/rsync-deployments
5560 with :
You can’t perform that action at this time.
0 commit comments