Update .gitlab-ci.yml file

Let see if I need to need to run export again in the main build script
This commit is contained in:
Alam Ed Arias 2023-10-15 17:11:44 +00:00
parent 595ce3e225
commit b8861b1912

View file

@ -101,10 +101,6 @@ build-testing:
variables: variables:
CC: gcc CC: gcc
script: script:
- - echo -e "\e[0Ksection_start:`date +%s`:debconf[collapsed=true]\r\e[0KSetup debconf's environment"
- *debconf
- echo -e "\e[0Ksection_end:`date +%s`:debconf\r\e[0K"
- - echo -e "\e[0Ksection_start:`date +%s`:apt_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages" - - echo -e "\e[0Ksection_start:`date +%s`:apt_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
- apt-get install gcc - apt-get install gcc
- echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K" - echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K"