From 40f2cb8b1f07b1346e01ff69b57e14c492f1cd0b Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 19 Apr 2017 10:18:27 +0200 Subject: [test] remove docker scripts from this repo Docker scripts are only used for CI and do not need to be in this repository. Beause of that, we decided to moved the docker scripts to a private repository where dockerfiles for other parts of leap also live. --- scripts/docker/files/bin/util.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 scripts/docker/files/bin/util.sh (limited to 'scripts/docker/files/bin/util.sh') diff --git a/scripts/docker/files/bin/util.sh b/scripts/docker/files/bin/util.sh deleted file mode 100644 index 77287d0d..00000000 --- a/scripts/docker/files/bin/util.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -configure_soledad_repos() { - if [ ! -z "${SOLEDAD_REMOTE}" ]; then - git -C ${REPO} remote set-url origin ${SOLEDAD_REMOTE} - git -C ${REPO} fetch origin - fi - - if [ ! -z "${SOLEDAD_BRANCH}" ]; then - git -C ${REPO} checkout ${SOLEDAD_BRANCH} - fi -} -- cgit v1.2.3