Skip to content
Snippets Groups Projects
Commit e34077c1 authored by Chris Coley's avatar Chris Coley
Browse files

Make sure the branch subdirectory exists

parent 403fede3
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,8 @@ pages: ...@@ -9,7 +9,8 @@ pages:
tags: tags:
- docker - docker
script: script:
- mkdir -p public/$CI_COMMIT_BRANCH
- cp -r src public/$CI_COMMIT_BRANCH - cp -r src public/$CI_COMMIT_BRANCH
artifacts: artifacts:
paths: paths:
- public/CI_COMMIT_BRANCH - public/$CI_COMMIT_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment