Fix path to opnfv-artifacts script
[releng.git] / jjb / releng-macros.yaml
index 625e10a..1c9c321 100644 (file)
             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