summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2016-04-05 12:04:14 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2016-04-05 12:04:14 -0700
commitbf3f0a58b5ddf71a85eee8cf48088dde0292c784 (patch)
tree7f1ce185ccb78a300beb65ac2f00a0ac290e7d62
parent0169befb95788e6197cb90d9af57800b05183a7e (diff)
Fix path to opnfv-artifacts script
Change-Id: I916363fac39cf314afe43333f7081a0a6adff1f4 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r--jjb/releng-macros.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml
index 625e10a4d..1c9c32109 100644
--- a/jjb/releng-macros.yaml
+++ b/jjb/releng-macros.yaml
@@ -315,7 +315,7 @@
pip install google-api-python-client
# generate and upload index file
- python ./releng/utils/opnfv-artifacts.py > index.json
+ python $WORKSPACE/utils/opnfv-artifacts.py > index.json
gsutil cp index.json gs://artifacts.opnfv.org/index.json
deactivate