mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-03 10:31:54 +01:00
tools/docker: Fixup test config file name
Apparently commit
492d42dddb
("target: tests: Address review comments on PR#667")
erroneously renamed target_configs.yaml to target_configs.yml.
Rename it to test_config.yml.
Also address 2 Docker warnings related to environment variables while we
are here.
Signed-off-by: Metin Kaya <metin.kaya@arm.com>
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
|
||||
FROM ubuntu:22.04
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
ENV DEVLIB_REF master
|
||||
ENV DEVLIB_REF=master
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
|
Reference in New Issue
Block a user