Fix a typo in the autobuild installables command
This commit is contained in:
parent
462fb6d15e
commit
d6f3687abb
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ RUN mv /firestorm/3p-fmodstudio/*.bz2 /firestorm/linux-fmod.tar.bz2
|
|||
|
||||
WORKDIR /firestorm
|
||||
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=linux64 hash=$(md5sum linux-fmod.tar.bz2) url=file:///firestorm/linux-fmod.tar.bz2" >> installables.sh
|
||||
|
||||
|
||||
ADD agent.secret /agent.secret
|
||||
|
|
Loading…
Reference in a new issue