Skip to content
Snippets Groups Projects
Commit 4c7c9b6a authored by René Schöne's avatar René Schöne
Browse files

comment out build

parent bfb5f731
Branches
No related tags found
No related merge requests found
......@@ -15,15 +15,15 @@ cache:
- .gradle/wrapper
- .gradle/caches
build:
image: openjdk:11
stage: build
script:
- ./gradlew --console=plain --no-daemon assemble
- cp -a src/gen java_files/
artifacts:
paths:
- "java_files/"
# build:
# image: openjdk:11
# stage: build
# script:
# - ./gradlew --console=plain --no-daemon assemble
# - cp -a src/gen java_files/
# artifacts:
# paths:
# - "java_files/"
ragdoc_build:
image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment