Skip to content
Snippets Groups Projects

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

Merged Jan Delember requested to merge feature/new-glob-syntax into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading