Skip to content
Snippets Groups Projects
Commit c83243fc authored by Jueun Park's avatar Jueun Park
Browse files

edited .gitlab-ci.yml

parent de4fb193
No related branches found
No related tags found
1 merge request!2Resolve "Create maven package"
Pipeline #13123 failed
......@@ -80,3 +80,11 @@ pages:
artifacts:
paths:
- public/
publish_package:
image: openjdk:11
stage: publish
needs:
- test
script:
- "./gradlew publish"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment