Commit 6004e461 authored by nanahira's avatar nanahira

:Revert "Update .gitlab-ci.yml"

This reverts commit f8f746e1.
parent f8f746e1
Pipeline #39938 passed with stages
in 55 minutes and 58 seconds
...@@ -5,8 +5,7 @@ stages: ...@@ -5,8 +5,7 @@ stages:
- prepare - prepare
- build - build
- pack - pack
- pack2 - deploy
- pack3
dll: dll:
stage: prepare stage: prepare
...@@ -168,7 +167,6 @@ pack_windows: ...@@ -168,7 +167,6 @@ pack_windows:
pack_linux: pack_linux:
extends: .pack extends: .pack
stage: pack3
variables: variables:
BUILD_TARGET: StandaloneLinux64 BUILD_TARGET: StandaloneLinux64
platform: linux platform: linux
...@@ -178,7 +176,6 @@ pack_linux: ...@@ -178,7 +176,6 @@ pack_linux:
pack_macos: pack_macos:
extends: .pack extends: .pack
stage: pack2
variables: variables:
BUILD_TARGET: StandaloneOSX BUILD_TARGET: StandaloneOSX
platform: darwin platform: darwin
......
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