Update .gitlab-ci.yml file

fixup on removing COMMONENV
This commit is contained in:
Alam Ed Arias 2023-11-12 19:26:22 +00:00
parent 2e15760e7f
commit 6746084c7b

View file

@ -205,9 +205,6 @@ Release:
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K" echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
i386: i386:
extends:
- .COMMONENV
stage: build stage: build
variables: variables:
@ -325,9 +322,6 @@ arm64:
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K" echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
win32: win32:
extends:
- .COMMONENV
stage: build stage: build
variables: variables:
@ -359,9 +353,6 @@ win32:
echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K" echo -e "\e[0Ksection_end:`date +%s`:make\r\e[0K"
win64: win64:
extends:
- .COMMONENV
stage: build stage: build
variables: variables:
@ -394,7 +385,6 @@ win64:
Debug: Debug:
extends: extends:
- .COMMONENV
- Release - Release
allow_failure: true allow_failure: true