Skip to content

Commit

Permalink
TO-REVERT test conditional CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jCOTINEAU committed Nov 4, 2024
1 parent eb14264 commit a9f55d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ multi_arch_build_task:
tag: $NEXT_VERSION-datacenter-app
- version: 10/datacenter/search
tag: $NEXT_VERSION-datacenter-search
skip: "!changesIncludeOnly('${version}/**')"
skip: "!changesIncludeOnly('community-build/**')"
ec2_instance:
<<: *VM_TEMPLATE
login_script:
Expand Down
2 changes: 2 additions & 0 deletions community-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ RUN set -eux; \
apt-get remove -y gnupg unzip; \
rm -rf /var/lib/apt/lists/*;

RUN apt-get update

VOLUME ["${SQ_DATA_DIR}", "${SQ_EXTENSIONS_DIR}", "${SQ_LOGS_DIR}", "${SQ_TEMP_DIR}"]

COPY entrypoint.sh ${SONARQUBE_HOME}/docker/
Expand Down

0 comments on commit a9f55d4

Please sign in to comment.