Skip to content
Snippets Groups Projects
Commit 30ada199 authored by 문경호's avatar 문경호
Browse files

Fix: Fix `.gitlab-ci.yml`

- ssl 구조 변경에 따른 gitlab-ci 구조 변경
parent 7e6299ec
Branches
No related tags found
1 merge request!25Fix: Fix `.gitlab-ci.yml`
...@@ -22,7 +22,7 @@ before_script: ...@@ -22,7 +22,7 @@ before_script:
test: test:
stage: test stage: test
script: script:
- cd front/nginx/ssl - cd ssl
- chmod +x setup_ssl.sh - chmod +x setup_ssl.sh
- ./setup_ssl.sh - ./setup_ssl.sh
- cd ../../../ - cd ../../../
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment