Commit 55218979 authored by nanahira's avatar nanahira

disable build cache

parent cc9e0a00
...@@ -95,11 +95,11 @@ mat_windows: ...@@ -95,11 +95,11 @@ mat_windows:
stage: build stage: build
variables: variables:
NO_LUA_SAFE: '1' # on client no lua safe NO_LUA_SAFE: '1' # on client no lua safe
cache: #cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" # key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths: # paths:
- bin/ # - bin/
- obj/ # - obj/
exec_windows: exec_windows:
extends: ._exec_build extends: ._exec_build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment