summaryrefslogtreecommitdiffstats
path: root/jjb/airship/cntt.yaml
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2019-12-22 19:49:34 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-12-22 19:49:34 +0000
commitfb0806e38744b393e9931421fe2eb6117d586bc3 (patch)
tree880368fe02c6d45a227cfb640bd6c5d32f905c8b /jjb/airship/cntt.yaml
parent569c74f86e0148a1dfef6709856d9609c3f068de (diff)
parent869ab511f7d63e5f3497e4c358cec85cab9eee74 (diff)
Merge "Add missing sudo calls"
Diffstat (limited to 'jjb/airship/cntt.yaml')
-rw-r--r--jjb/airship/cntt.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml
index 94cfd4bf0..2d46a6a08 100644
--- a/jjb/airship/cntt.yaml
+++ b/jjb/airship/cntt.yaml
@@ -365,7 +365,7 @@
else
image={repo}:{port}/{container}:{functest_tag}
fi
- docker run --rm \
+ 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/ \