diff options
| author | mo khan <mo.khan@gmail.com> | 2020-10-05 11:52:41 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-10-06 20:00:41 -0600 |
| commit | 8e4aaaf041950ae90916397cd08ab0f36f80c622 (patch) | |
| tree | 5b5af5f973e81019f52aa8bb876351014c9955c2 /bin/setup | |
| parent | cb0681e7b20537d8aeb5785ad09934cd9fe103f8 (diff) | |
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
Diffstat (limited to 'bin/setup')
| -rwxr-xr-x | bin/setup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 - |
