From ae58bed1e553d3ecc11b908e011c81ee8470cfd4 Mon Sep 17 00:00:00 2001 From: Justin Barnowski Date: Fri, 9 Jul 2021 12:18:57 -0500 Subject: [PATCH 1/2] chore(pin): create perm/honeycomb --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 0336a41..5181d12 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,5 @@ +@Library('nhdsLib@perm/honeycomb') _ + runNeighborhoodsPipeline([ project: 'honeycomb-ci', tests: [ From c433f48b1ab7cbf338b9ec7d6a1cdb4006882baf Mon Sep 17 00:00:00 2001 From: Justin Barnowski Date: Fri, 9 Jul 2021 15:04:27 -0500 Subject: [PATCH 2/2] fix(quotes): should stop to quote error --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 45cdc88..727a4b4 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ verify_ssl = true [[source]] name = "nhds" -url = "https://$NHDS_PYPI_USERNAME:${NHDS_PYPI_PASSWORD}@pypi.neighborhoods.com/simple" +url = "https://$NHDS_PYPI_USERNAME:'${NHDS_PYPI_PASSWORD}'@pypi.neighborhoods.com/simple" verify_ssl = true [dev-packages]