087ef3dc7d
Turns out playbooks/javascript/publish.yaml is also used in
generating branch tarballs, which we don't want to sign. This has
resulted in the publish-openstack-javascript-content job, e.g. for
the openstack-infra/storyboard-webclient project which runs it after
every commit, to fail with:
The task includes an option with an undefined variable. The error
was: 'gpg_key' is undefined
We probably need to switch to running separate versions of this job
for tags and branch updates so that we can exclusively sign the
former.
This reverts commit 7244f69975
.
Change-Id: I77fd1bd315d96f8fe082b3e50a430cd8602c4d71
6 lines
92 B
YAML
6 lines
92 B
YAML
- hosts: all
|
|
roles:
|
|
- fetch-javascript-output
|
|
- fetch-javascript-content-tarball
|
|
|