Skip to content
Snippets Groups Projects
Commit 5ca1cc78 authored by dgelessus's avatar dgelessus
Browse files

Set DEBIAN_FRONTEND variable using GitLab CI syntax instead of script

parent 51487cd9
No related branches found
No related tags found
No related merge requests found
...@@ -19,14 +19,13 @@ stages: ...@@ -19,14 +19,13 @@ stages:
.test-linux: .test-linux:
extends: .test-common extends: .test-common
before_script: &default_before_script_linux variables:
- export DEBIAN_FRONTEND="noninteractive" DEBIAN_FRONTEND: noninteractive
test:linux: test:linux:
extends: .test-linux extends: .test-linux
image: eclipse-temurin:17 image: eclipse-temurin:17
before_script: before_script:
- *default_before_script_linux
- apt-get update - apt-get update
- apt-get install --assume-yes build-essential fakeroot cmake git build-essential libboost-all-dev wget curl - apt-get install --assume-yes build-essential fakeroot cmake git build-essential libboost-all-dev wget curl
- curl -fsSL https://deb.nodesource.com/setup_21.x | bash - - curl -fsSL https://deb.nodesource.com/setup_21.x | bash -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment