Skip to content
Snippets Groups Projects
Commit 5f502919 authored by Sören Henning's avatar Sören Henning
Browse files

Fix yaml parsing error

parent 45714d54
No related branches found
No related tags found
1 merge request!22Enable Docker push in pipeline
Pipeline #562 passed with warnings
...@@ -27,8 +27,8 @@ build: ...@@ -27,8 +27,8 @@ build:
script: ./gradlew --build-cache assemble script: ./gradlew --build-cache assemble
artifacts: artifacts:
paths: paths:
- build/libs/*.jar - "build/libs/*.jar"
- */build/distributions/*.tar - "*/build/distributions/*.tar"
expire_in: 1 day expire_in: 1 day
test: test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment