summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/airship/cntt.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml
index fc71240bf..a32f9e551 100644
--- a/jjb/airship/cntt.yaml
+++ b/jjb/airship/cntt.yaml
@@ -367,8 +367,8 @@
fi
sudo docker run --rm \
-e S3_ENDPOINT_URL=https://storage.googleapis.com \
- -e S3_DST_URL=s3://artifacts.opnfv.org/airship \
- -e HTTP_DST_URL=http://artifacts.opnfv.org/airship/ \
+ -e S3_DST_URL=s3://artifacts.opnfv.org/cntt \
+ -e HTTP_DST_URL=http://artifacts.opnfv.org/cntt/ \
-e TEST_DB_URL=http://testresults.opnfv.org/test/api/v1/results \
-e TEST_DB_EXT_URL=http://testresults.opnfv.org/test/api/v1/results \
-e BUILD_TAG=$BUILD_TAG \