We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5a683 commit a1482baCopy full SHA for a1482ba
.buildkite/pull_request_pipeline.yml
@@ -18,6 +18,8 @@ steps:
18
export JRUBY_OPTS="-J-Xmx1g"
19
export GRADLE_OPTS="-Xmx2g -Dorg.gradle.daemon=false -Dorg.gradle.logging.level=info"
20
ci/license_check.sh -m 4G
21
+ # SKIP LICENCE CHECK FOR NOW WHILE WE FIGURE OUT DEPENDENCY VENDORING/PACKAGING
22
+ skip: "Skipping license check: TODO unskip once packaging is sorted out"
23
24
- label: ":rspec: Ruby unit tests"
25
key: "ruby-unit-tests"
0 commit comments