From 27b7010181f3f4a26b100b099dea5b05f22443a2 Mon Sep 17 00:00:00 2001 From: Ghommie Date: Thu, 13 Jun 2019 22:52:12 +0200 Subject: [PATCH] Proof of my asinine acts. --- tools/travis/build_dependencies.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tools/travis/build_dependencies.sh b/tools/travis/build_dependencies.sh index 39ec120292..2c24bdbaaf 100755 --- a/tools/travis/build_dependencies.sh +++ b/tools/travis/build_dependencies.sh @@ -4,17 +4,6 @@ set -e 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 line=$(head -n 1 Dockerfile) if [[ $line != *"$BYOND_MAJOR.$BYOND_MINOR"* ]]; then