Set some environment variables properly
This commit is contained in:
parent
96c91b0ff5
commit
16fd07c3ea
1 changed files with 2 additions and 1 deletions
|
@ -20,6 +20,8 @@ WORKDIR /firestorm/3p-fmodstudio
|
||||||
|
|
||||||
COPY ./fmodstudioapi20220linux.tar.gz ./
|
COPY ./fmodstudioapi20220linux.tar.gz ./
|
||||||
|
|
||||||
|
ENV AUTOBUILD_VARIABLES_FILE /firestorm/fs-build-variables/variables
|
||||||
|
|
||||||
RUN autobuild build -A32 || true
|
RUN autobuild build -A32 || true
|
||||||
RUN autobuild build -A64
|
RUN autobuild build -A64
|
||||||
RUN autobuild package -A64
|
RUN autobuild package -A64
|
||||||
|
@ -30,7 +32,6 @@ WORKDIR /firestorm
|
||||||
RUN echo "#!/bin/bash" >> installables.sh
|
RUN echo "#!/bin/bash" >> installables.sh
|
||||||
RUN echo "autobuild installables edit fmodstudio platform=linux hash=$(md5sum linux-fmod.tar.bz2) url=file:///firestorm/linux-fmod.tar.bz2" >> installables.sh
|
RUN echo "autobuild installables edit fmodstudio platform=linux hash=$(md5sum linux-fmod.tar.bz2) url=file:///firestorm/linux-fmod.tar.bz2" >> installables.sh
|
||||||
|
|
||||||
RUN echo "export AUTOBUILD_VARIABLES_FILE=/firestorm/fs-build-variables/variables" >> env.sh
|
|
||||||
|
|
||||||
ADD agent.secret /agent.secret
|
ADD agent.secret /agent.secret
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue