mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
Proof of my asinine acts.
This commit is contained in:
@@ -4,17 +4,6 @@ set -e
|
|||||||
|
|
||||||
source dependencies.sh
|
source dependencies.sh
|
||||||
|
|
||||||
#ensure the Dockerfile version matches the dependencies.sh version
|
|
||||||
line=$(head -n 1 Dockerfile)
|
|
||||||
if [[ $line != *"$BYOND_MAJOR.$BYOND_MINOR"* ]]; then
|
|
||||||
echo "Dockerfile BYOND version in FROM command does not match dependencies.sh (Or it's not on line 1)!"
|
|
||||||
exit 1
|
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
source dependencies.sh
|
|
||||||
|
|
||||||
#ensure the Dockerfile version matches the dependencies.sh version
|
#ensure the Dockerfile version matches the dependencies.sh version
|
||||||
line=$(head -n 1 Dockerfile)
|
line=$(head -n 1 Dockerfile)
|
||||||
if [[ $line != *"$BYOND_MAJOR.$BYOND_MINOR"* ]]; then
|
if [[ $line != *"$BYOND_MAJOR.$BYOND_MINOR"* ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user