fucked up the bash variables
continuous-integration/drone Build is failing Details

This commit is contained in:
Philipp 2022-04-20 23:55:51 +02:00
parent 592e8afb42
commit fc066b5e92
Signed by: Gitea
GPG Key ID: 5A09F9506519E10A
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ RUN \
&& unzip -o nativevotes.zip -d "${SERVER_DIR}/tf/" \
&& tar xf advertisements.tar.gz -C "${SERVER_DIR}/tf/" \
&& tar xf SteamWorks.tar.gz -C "${SERVER_DIR}/tf/" \
&& unzip -o discord.zip -d "{$SERVER_DIR}/tf/addons/" \
&& mv soapbalancer.smx "{$SERVER_DIR}/tf/addons/sourcemod/plugins/soapbalancer.smx" \
&& unzip -o discord.zip -d "${SERVER_DIR}/tf/addons/" \
&& mv soapbalancer.smx "${SERVER_DIR}/tf/addons/sourcemod/plugins/soapbalancer.smx" \
&& unzip -o socket.zip -d "${SERVER_DIR}/tf/" \
# move correct plugins from disabled folder
&& mv "${SERVER_DIR}/tf/addons/sourcemod/plugins/disabled/{admin-sql-threaded.smx,sql-admin-manager.smx}" "${SERVER_DIR}/tf/addons/sourcemod/plugins/" \