Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
eks_container:
<<: *CONTAINER_DEFINITION
cpu: 2
memory: 2G
memory: 10G
env:
DEPLOY_PULL_REQUEST: "true"
SONAR_TOKEN: VAULT[development/kv/data/next data.token]
Expand All @@ -44,7 +44,7 @@
cleanup_before_cache_script:
- cleanup_maven_repository

promote_task:

Check warning on line 47 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L47

task "promote" depends on task "build", but their only_if conditions are different

Check warning on line 47 in .cirrus.yml

View check run for this annotation

Cirrus CI / Build Parsing Results

.cirrus.yml#L47

task "promote" depends on task "build", but their only_if conditions are different
depends_on:
- build
<<: *ONLY_SONARSOURCE_QA
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>4.10.1</version>
<version>4.10.3</version>
</dependency>
<dependency>
<groupId>org.tukaani</groupId>
Expand Down