Skip to content
Snippets Groups Projects
Commit d1d5dfe8 authored by Łukasz Łopatowski's avatar Łukasz Łopatowski
Browse files

CI jobs to be executed on develop branch only

parent f83437a4
Branches
Tags
1 merge request!3Resolve "Add base set of CI jobs"
Pipeline #86308 passed
...@@ -15,8 +15,8 @@ test: ...@@ -15,8 +15,8 @@ test:
sonar: sonar:
stage: sonar stage: sonar
image: openjdk:11-jdk-slim image: openjdk:11-jdk-slim
# only: only:
# - develop - develop
script: script:
- chmod +x ./gradlew - chmod +x ./gradlew
- ./gradlew integrationTest jacocoTestCoverageVerification - ./gradlew integrationTest jacocoTestCoverageVerification
...@@ -24,8 +24,8 @@ sonar: ...@@ -24,8 +24,8 @@ sonar:
build_and_push_latest_image: build_and_push_latest_image:
stage: build stage: build
# only: only:
# - develop - develop
variables: variables:
IMAGE_TAG: "latest" IMAGE_TAG: "latest"
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment