Fix stackviz periodic job

Fix typo in zuul variable.
Use prod, not build as npm command.

Change-Id: I89d408f1ebed8f0051a735883ab40ade5e2c07df
This commit is contained in:
Andreas Jaeger 2020-02-27 11:03:17 +01:00
parent f40f4e36c6
commit d2ed9a0df7
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# TODO(AJaeger): "-new" is for testing
shell: |
mkdir dist
mv {{ zuul.project-short_name }}*.tar.gz dist/{{ zuul.project-short_name }}-latest-new.tar.gz
mv {{ zuul.project.short_name }}*.tar.gz dist/{{ zuul.project.short_name }}-latest-new.tar.gz
args:
executable: /bin/bash
chdir: "{{ zuul.project.src_dir }}/dist"

View File

@ -4083,6 +4083,7 @@
- publish-openstack-javascript-latest-content:
vars:
node_version: 8
npm_command: prod
branches: master
- project: