File: post_install.sh

package info (click to toggle)
murano-dashboard 1%3A10.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,620 kB
  • sloc: python: 15,632; javascript: 1,627; sh: 106; makefile: 38
file content (13 lines) | stat: -rwxr-xr-x 436 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

# This script will be executed inside npm postinstall task, see package.json

# pull down the test shim from horizon master because it's not
# included in the installed horizon packages
if [ ! -f test-shim.js ];
then
  wget -nv -t 3 https://opendev.org/openstack/horizon/raw/branch/master/test-shim.js
fi

echo "Creating a tox env which will contain xStatic libraries, horizon, and openstack_dashboard"
tox -epy38 --notest