Commit a55e6b7c authored by 神楽坂玲奈's avatar 神楽坂玲奈

ci

parent d89d94e8
Pipeline #38881 canceled with stages
in 5 minutes and 57 seconds
...@@ -10,13 +10,14 @@ after_script: ...@@ -10,13 +10,14 @@ after_script:
prepare: prepare:
stage: .pre stage: .pre
image: mikefarah/yq image:
name: mikefarah/yq
entrypoint: [""]
tags: tags:
- linux - linux
script: script:
- yq eval '.PlayerSettings.scriptingBackend.Standalone = 0' -i ProjectSettings/ProjectSettings.asset - yq eval '.PlayerSettings.scriptingBackend.Standalone = 0' -i ProjectSettings/ProjectSettings.asset
- cat ProjectSettings/ProjectSettings.asset - cat ProjectSettings/ProjectSettings.asset
build: build:
stage: build stage: build
tags: tags:
......
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