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 /spec/integration/java | |
| 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 'spec/integration/java')
| -rw-r--r-- | spec/integration/java/maven_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/java/maven_spec.rb b/spec/integration/java/maven_spec.rb index ca26d28..95a6cb0 100644 --- a/spec/integration/java/maven_spec.rb +++ b/spec/integration/java/maven_spec.rb @@ -11,7 +11,7 @@ RSpec.describe "maven" do include_examples "each report version", "java", "maven-multimodules" context "when the maven dependencies come from the same projects public maven repository" do - let(:env) { { 'CI_PROJECT_ID' => '6130122' } } + let(:env) { { 'CI_PROJECT_ID' => '18446184' } } before do runner.mount(dir: fixture_file('java/maven/gitlab-repo')) |
