Skip to content

Commit d0269a8

Browse files
committed
Remove cache pull policy from GitLab CI test-x64-windows-debug job
1 parent ede80cc commit d0269a8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,12 @@ test-x64-windows-debug:
8989
- "%CI_PROJECT_DIR%/build/build-x64-windows-debug/bin/test_pdal_cd"
9090
cache:
9191
key: build-x64-windows-debug
92-
policy: pull
9392
paths:
9493
- build/build-x64-windows-debug/bin/
9594

96-
#--------------------------
97-
# Linux Builds (via Docker)
98-
#--------------------------
95+
#--------------
96+
# Linux Builds
97+
#--------------
9998
#
10099
.job_template: &build-linux
101100
stage: build

0 commit comments

Comments
 (0)