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 537cfbd commit 557c605Copy full SHA for 557c605
.github/workflows/antora-build.yml
@@ -38,7 +38,8 @@ jobs:
38
- name: Modify site.yml
39
working-directory: generator
40
run: |
41
- echo ${CI_COMMIT_BRANCH}
+ echo "${CI_COMMIT_BRANCH}"
42
+ echo "$CI_COMMIT_BRANCH"
43
sed -i -E "s/(branches\:) \[antora\/base-antora-setup\] \# osi-documentation/\1 [${CI_COMMIT_BRANCH}] \# osi-documentation/" site.yml
44
cat site.yml
45
sed -i -E "s/cd repo/cd generator/" run-build.sh
0 commit comments