mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Create a flag to identify when running inside testbed
This commit is contained in:
parent
e7f9616b39
commit
0f2039f79d
@ -19,6 +19,9 @@ RUN pip3 install envtpl pytest==3.6.4 pylint==1.9.2 flake8==3.5.0
|
|||||||
# Force GNUPG version 1 at path /usr/bin/gpg
|
# Force GNUPG version 1 at path /usr/bin/gpg
|
||||||
RUN ln -fs /usr/bin/gpg1 /usr/bin/gpg
|
RUN ln -fs /usr/bin/gpg1 /usr/bin/gpg
|
||||||
|
|
||||||
|
# Create a flag to identify when running inside the yadm testbed
|
||||||
|
RUN touch /.yadmtestbed
|
||||||
|
|
||||||
# /yadm will be the work directory for all tests
|
# /yadm will be the work directory for all tests
|
||||||
# docker commands should mount the local yadm project as /yadm
|
# docker commands should mount the local yadm project as /yadm
|
||||||
WORKDIR /yadm
|
WORKDIR /yadm
|
||||||
|
Loading…
Reference in New Issue
Block a user