We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a8f48 commit 868c9f0Copy full SHA for 868c9f0
.github/workflows/deploy_pages.yml
@@ -57,7 +57,7 @@ jobs:
57
if [[ "${ref}" == "master" ]]; then
58
# Label the current spec version.
59
commit_hash=$(git rev-parse --short HEAD)
60
- sed -i -r "/^---$/,/^---$/s/(version: .*)/\1 (Git commit ${commit_hash})/g" lock_spec.ocp
+ sed -i -r "/^---$/,/^---$/s/(version: .*)/\1 (Git commit ${commit_hash})/g" spec.ocp
61
fi
62
63
/usr/bin/build.sh \
0 commit comments