Update .gitlab-ci.yml file
This commit is contained in:
parent
f2a64781c4
commit
a5fedc4ec0
@ -25,4 +25,4 @@ sync-docs-job: # This job runs in the build stage, which runs first.
|
||||
stage: sync
|
||||
script:
|
||||
- pip install confluence.md
|
||||
- confluence.md --user $CU_USER --token $CU_SECRET --url https://imek.atlassian.net update --file README.md --page_id 1134493746 --title $(head -n1 README.md | cut -d' ' -f2-)
|
||||
- confluence.md --user $CU_USER --token $CU_SECRET --url https://imek.atlassian.net update --file README.md --page_id 1134493746 --title "$(head -n1 README.md | cut -d' ' -f2-)"
|
||||
|
Loading…
Reference in New Issue
Block a user