ci: incorrect syntax
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / docs (push) Failing after 9s
Build, Package and Push Images / build (push) Successful in 24s
Build, Package and Push Images / sbom-scan (push) Successful in 39s
Build, Package and Push Images / container-build (push) Successful in 1m27s
Build, Package and Push Images / sonarqube (push) Successful in 1m39s
Build, Package and Push Images / container-sbom-scan (push) Has been cancelled
Some checks failed
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / docs (push) Failing after 9s
Build, Package and Push Images / build (push) Successful in 24s
Build, Package and Push Images / sbom-scan (push) Successful in 39s
Build, Package and Push Images / container-build (push) Successful in 1m27s
Build, Package and Push Images / sonarqube (push) Successful in 1m39s
Build, Package and Push Images / container-sbom-scan (push) Has been cancelled
This commit is contained in:
parent
cb121b692a
commit
35fc057181
1 changed files with 5 additions and 4 deletions
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
docs:
|
||||
runs-on: ubuntu-latest
|
||||
container: registry.jetbrains.team/p/writerside/builder/writerside-builder:$DOCKER_VERSION
|
||||
container: registry.jetbrains.team/p/writerside/builder/writerside-builder:${{env.DOCKER_VERSION}}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
|
@ -47,11 +47,12 @@ jobs:
|
|||
set -e
|
||||
export DISPLAY=:99
|
||||
Xvfb :99 &
|
||||
/opt/builder/bin/idea.sh helpbuilderinspect -source-dir . -product $INSTANCE -output-dir public/ || true
|
||||
echo "Test existing of $ARTIFACT artifact"
|
||||
test -e public/$ARTIFACT
|
||||
/opt/builder/bin/idea.sh helpbuilderinspect -source-dir . -product ${{env.INSTANCE}} -output-dir public/ || true
|
||||
echo "Test existing of ${{ env.ARTIFACT }} artifact"
|
||||
test -e public/${{ env.ARTIFACT }}
|
||||
- name: rename artifact
|
||||
run: |
|
||||
ls
|
||||
mv artifacts/${{ env.ARTIFACT }} artifacts/wiki.zip
|
||||
- name: Upload documentation
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in a new issue