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/docker-shell | |
| 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/docker-shell')
| -rwxr-xr-x | bin/docker-shell | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/docker-shell b/bin/docker-shell index c6c03a0..d75bd7c 100755 --- a/bin/docker-shell +++ b/bin/docker-shell @@ -9,5 +9,5 @@ IMAGE_NAME=${IMAGE_NAME:-$(basename "$PWD"):latest} docker run --rm -it \ --entrypoint='' \ --network=host \ - --volume "$PWD":/builds/gitlab-org/security-products/license-management \ - "$IMAGE_NAME" sh -c 'cd /builds/gitlab-org/security-products/license-management && exec bash -l' + --volume "$PWD":/builds/gitlab-org/security-products/analyzers/license-finder \ + "$IMAGE_NAME" sh -c 'cd /builds/gitlab-org/security-products/analyzers/license-finder && exec bash -l' |
