copr-be: copr-ping: we don't need quotes for comments
This commit is contained in:
parent
f4266a393e
commit
c2c169bb33
1 changed files with 4 additions and 4 deletions
|
@ -16,11 +16,11 @@
|
||||||
copy:
|
copy:
|
||||||
dest: "{{ ping_script }}"
|
dest: "{{ ping_script }}"
|
||||||
content: |
|
content: |
|
||||||
\#! /bin/bash
|
#! /bin/bash
|
||||||
\# Rebuild the testing package to check that Copr stack is up&running
|
# Rebuild the testing package to check that Copr stack is up&running
|
||||||
curl -X POST https://copr.fedorainfracloud.org/webhooks/custom/47259/<secret>/copr-ping/
|
curl -X POST https://copr.fedorainfracloud.org/webhooks/custom/47259/<secret>/copr-ping/
|
||||||
\# you also need to configure ~/.config/copr file for 'bot-copr-ping' user
|
# you also need to configure ~/.config/copr file for 'bot-copr-ping' user
|
||||||
\# for the {{ env }} environment!
|
# for the {{ env }} environment!
|
||||||
owner: "{{ ping_user }}"
|
owner: "{{ ping_user }}"
|
||||||
group: "{{ ping_user }}"
|
group: "{{ ping_user }}"
|
||||||
mode: 0700
|
mode: 0700
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue