mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-22 15:42:20 +03:00
Disable doc install check
This commit is contained in:
parent
e26e7d7c2e
commit
3ff999dff5
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@ -239,11 +239,12 @@ jobs:
|
||||
|
||||
- name: Update packages manuals
|
||||
run: |
|
||||
version_doc="docs/installation.md"
|
||||
old_version=$(grep "sudo dpkg -i" "${version_doc}" | cut --delimiter "_" --field 2 )
|
||||
echo "old_version=${old_version}"
|
||||
sed -i "s/${old_version}/${{ needs.set-context.outputs.release_version }}/g" "${version_doc}"
|
||||
grep "${{ needs.set-context.outputs.release_version }}" "${version_doc}"
|
||||
# TODO: create a dedicated check script
|
||||
#version_doc="docs/installation.md"
|
||||
#old_version=$(grep "sudo dpkg -i" "${version_doc}" | cut --delimiter "_" --field 2 )
|
||||
#echo "old_version=${old_version}"
|
||||
#sed -i "s/${old_version}/${{ needs.set-context.outputs.release_version }}/g" "${version_doc}"
|
||||
# grep "${{ needs.set-context.outputs.release_version }}" "${version_doc}"
|
||||
|
||||
- name: Update man
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user