Merge "Move stackviz publish in-tree"

This commit is contained in:
Zuul
2020-03-04 04:13:37 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 9 deletions

View File

@@ -2,10 +2,9 @@
tasks:
- name: Rename tarball and move it to a subdir named dist as well
# 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.tar.gz
args:
executable: /bin/bash
chdir: "{{ zuul.project.src_dir }}/dist"

View File

@@ -806,6 +806,8 @@
pre-run: playbooks/javascript/pre.yaml
run: playbooks/javascript/content.yaml
post-run: playbooks/javascript/post-stackviz.yaml
branches:
- master
vars:
node_version: 8
npm_command: prod

View File

@@ -4065,13 +4065,6 @@
templates:
- publish-to-pypi
- project:
name: openstack/stackviz
periodic:
jobs:
- publish-openstack-stackviz-element:
branches: master
- project:
name: openstack/stevedore
templates: