Skip to content
Snippets Groups Projects
Commit 95612084 authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Merge branch 'feature/new-glob-syntax' into 'master'

Fixing glob syntax, which does not work in gitlab-runner 13 anymore

See merge request VR-Group/unreal-development/unreal-ci!28
parents d3681e92 20f26d43
No related branches found
No related tags found
1 merge request!28Fixing glob syntax, which does not work in gitlab-runner 13 anymore
...@@ -42,7 +42,7 @@ variables: ...@@ -42,7 +42,7 @@ variables:
- rm -rf ${CI_PROJECT_DIR}/.git - rm -rf ${CI_PROJECT_DIR}/.git
artifacts: artifacts:
name: "Generated_Project_${CI_PROJECT_NAME}" name: "Generated_Project_${CI_PROJECT_NAME}"
paths: ["."] paths: ["*"]
expire_in: 3 days expire_in: 3 days
when: always when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment