mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
syntax check
This commit is contained in:
parent
47c39a8ae3
commit
c408ec1a43
15
.github/workflows/preview.yml
vendored
15
.github/workflows/preview.yml
vendored
@ -191,16 +191,14 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
[a-zA-Z]**/logs/*
|
[a-zA-Z]**/logs/*
|
||||||
|
|
||||||
|
# This triggers a preview build by cascading the tag to the builddocs repo.
|
||||||
|
# The builddocs repo then pushes to preview or release depending on the tag.
|
||||||
|
|
||||||
preview-docs:
|
preview-docs:
|
||||||
# This triggers a preview build by cascading the tag to the builddocs repo.
|
|
||||||
# The builddocs repo then pushes to preview or release depending on the tag.
|
|
||||||
needs: preview-build
|
needs: preview-build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: clone nosqlbench-build-docs
|
- name: clone nosqlbench-build-docs
|
||||||
# env:
|
|
||||||
# NBDROID_NAME: ${{ secrets.NBDROID_NAME }}
|
|
||||||
# NBDROID_TOKEN: ${{ secrets.NBDROID_TOKEN }}
|
|
||||||
run: |
|
run: |
|
||||||
git clone https://${{secrets.NBDROID_NAME}}:${{secrets.NBDROID_TOKEN}}@github.com/nosqlbench/nosqlbench-build-docs.git nosqlbench-build-docs
|
git clone https://${{secrets.NBDROID_NAME}}:${{secrets.NBDROID_TOKEN}}@github.com/nosqlbench/nosqlbench-build-docs.git nosqlbench-build-docs
|
||||||
cd nosqlbench-build-docs
|
cd nosqlbench-build-docs
|
||||||
@ -232,13 +230,6 @@ jobs:
|
|||||||
cd nosqlbench-build-docs
|
cd nosqlbench-build-docs
|
||||||
CHANGES=$(git status --porcelain 2>/dev/null| wc -l)
|
CHANGES=$(git status --porcelain 2>/dev/null| wc -l)
|
||||||
git push --tags
|
git push --tags
|
||||||
#
|
|
||||||
# echo "found $CHANGES to push for doc updates"
|
|
||||||
# if (( $CHANGES > 0 ))
|
|
||||||
# then
|
|
||||||
# git commit -m"docs update for $GITHUB_REF"
|
|
||||||
# git push --tags
|
|
||||||
# fi
|
|
||||||
echo "push completed"
|
echo "push completed"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user