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

Update .gitlab-ci.yml file

parent 728a0a4e
No related branches found
No related tags found
1 merge request!4Update 2 files
Pipeline #245021 passed
...@@ -18,9 +18,9 @@ before_script: ...@@ -18,9 +18,9 @@ before_script:
build-page: build-page:
stage: build stage: build
script: script:
- echo $CI_COMMIT_SHA > version.txt
- mkdir -p public - mkdir -p public
- cp -r * public/ || true # Copy all files, ignoring errors for directories - cp -r * public/ || true
- echo $CI_COMMIT_SHA > public/version.txt
artifacts: artifacts:
paths: paths:
- public - public
......
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