From 8e4aaaf041950ae90916397cd08ab0f36f80c622 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 5 Oct 2020 11:52:41 -0600 Subject: Relocate project * chore: do not pass artifacts to downstream jobs * chore: expire artifacts * chore: point to new project_id * chore: remove after_script * refactor: rename license-management to license-finder * docs: Add changelog entry and update links to old repo --- bin/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/setup') diff --git a/bin/setup b/bin/setup index d91c47d..685cc71 100755 --- a/bin/setup +++ b/bin/setup @@ -4,7 +4,7 @@ set -e cd "$(dirname "$0")/.." -export PATH="/builds/gitlab-org/security-products/license-management/exe:/opt/gitlab/embedded/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" +export PATH="/builds/gitlab-org/security-products/analyzers/license-finder/exe:/opt/gitlab/embedded/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" if [ ! -f /usr/sbin/haproxy ] && command -v apt-get; then curl https://haproxy.debian.net/bernat.debian.org.gpg | apt-key add - -- cgit v1.2.3