summaryrefslogtreecommitdiff
path: root/evergreen/packages_publish_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'evergreen/packages_publish_test.sh')
-rw-r--r--evergreen/packages_publish_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/evergreen/packages_publish_test.sh b/evergreen/packages_publish_test.sh
index 9e98e6444ff..1854e3ff251 100644
--- a/evergreen/packages_publish_test.sh
+++ b/evergreen/packages_publish_test.sh
@@ -11,4 +11,4 @@ set -o verbose
CURATOR_RELEASE=${curator_release}
curl -L -O http://boxes.10gen.com/build/curator/curator-dist-rhel70-$CURATOR_RELEASE.tar.gz
tar -zxvf curator-dist-rhel70-$CURATOR_RELEASE.tar.gz
-./curator repo submit --service ${barque_url_test} --config ./etc/repo_config_test.yaml --distro ${packager_distro} --edition ${repo_edition} --version ${version} --arch ${packager_arch} --packages https://s3.amazonaws.com/mciuploads/${project}/${build_variant}/${revision}/artifacts/${build_id}-packages.tgz
+NOTARY_KEY_NAME=${signing_key_name_test} NOTARY_TOKEN=${signing_auth_token_test} BARQUE_API_KEY=${barque_api_key_test} BARQUE_USERNAME=${barque_user_test} ./curator repo submit --service ${barque_url_test} --config ./etc/repo_config_test.yaml --distro ${packager_distro} --edition ${repo_edition} --version ${version} --arch ${packager_arch} --packages https://s3.amazonaws.com/mciuploads/${project}/${build_variant}/${revision}/artifacts/${build_id}-packages.tgz