Skip to content
Snippets Groups Projects
Commit ad06530e authored by Kwangjin Lee's avatar Kwangjin Lee
Browse files

Update .gitlab-ci.yml file

parent 16038f61
No related branches found
No related tags found
1 merge request!10merge for publish
Pipeline #245061 passed
......@@ -17,6 +17,7 @@ build-page:
- bundle install
- wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 --no-verbose -O /usr/local/bin/yq
- chmod +x /usr/local/bin/yq
- chmod +x ./build-page.sh
script:
- |
if [ "$CI_COMMIT_BRANCH" == "publish" ] || [ "$CI_COMMIT_BRANCH" == "main" ]; then
......
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