Skip to content
Snippets Groups Projects
Verified Commit a6a4c109 authored by David Hoese's avatar David Hoese
Browse files

Tell postgris storage to be created for tags

parent 49e82449
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@ gs create geotiff storage:
rules:
- if: $CI_COMMIT_TAG !~ /^r[0-9]+_[0-9]+/
when: never
- changes:
- ci_geosphere/geotiff-pvc.yaml
- if: $CREATE_STORAGE
gs create postgres storage:
......@@ -31,6 +33,8 @@ gs create postgres storage:
rules:
- if: $CI_COMMIT_TAG !~ /^r[0-9]+_[0-9]+/
when: never
- changes:
- ci_geosphere/postgres-pvc.yaml
- if: $CREATE_STORAGE
gs create shapefile storage:
......
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