Skip to content
Snippets Groups Projects
Commit c033df29 authored by 남명석's avatar 남명석
Browse files

Update file .gitlab-ci.yml

parent 8dcc67ab
No related branches found
No related tags found
No related merge requests found
Pipeline #11707 passed
......@@ -17,9 +17,10 @@ build:
- Dockerfile
script:
- 'mvn package'
- echo "Hello, you are at build stage.""
- echo "Hello, you are at build stage."
only:
- main (또는 master)
- main
- master
deploy:docker:
image: docker
......@@ -36,5 +37,5 @@ deploy:docker:
after_script:
- docker logout
only:
- main (or master)
\ No newline at end of file
- main
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment