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 1666714 commit 02f2fe3Copy full SHA for 02f2fe3
server/ansible/roles/pbench-server-add-commit-id/tasks/main.yml
@@ -4,6 +4,6 @@
4
path: "{{ pbench_server_install_dir }}/lib/config/pbench-server.cfg"
5
section: pbench-server
6
option: commit_id
7
- value: "{{ pbench_version }}-{{ pbench_seqno }}{{ pbench_sha1 }}"
+ value: "{{ pbench_version }}-{{ pbench_seqno }}g{{ pbench_sha1 }}"
8
backup: yes
9
0 commit comments