commit | 6236f69e439ecc143b43b33b7b4657e57b69bfda | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Fri Jun 03 22:06:10 2022 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Fri Jun 03 22:06:10 2022 +0200 |
tree | 3ff50c17b5c6b97727b66637908203502b94ac11 | |
parent | 3aa3372af232de17cebd9f3ba7a4fe065c1d9ef7 [diff] [blame] |
Fix nightly build refresh token and sub-role name The refresh token was incorrectly configured, and a role was written incorrectly. This CL fixes this. Bug translateselectedtext:10 Change-Id: Ib2cfd3d755958f8bd9098a392ab774f54096a7ab
diff --git a/playbooks/nightly-build/post.yaml b/playbooks/nightly-build/post.yaml index 5cb8988..0c4ede9 100644 --- a/playbooks/nightly-build/post.yaml +++ b/playbooks/nightly-build/post.yaml
@@ -1,4 +1,4 @@ - name: Get CWS upload/publish log hosts: all roles: - - fetch-cws-log + - fetch-cws-upload-log