Remove unused vairables

Change-Id: I777114fda67874e4a6fe73cbc4b2152bc25884c0
Depends-On: I5b7802ff0a11be2eb375eb34a3bb553f0b7ae6c4
This commit is contained in:
Sam Yaple 2017-04-04 23:25:29 +00:00
parent ce07ea22bc
commit 71c851930e
3 changed files with 6 additions and 6 deletions

View File

@ -18,6 +18,6 @@ RUN set -x \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \
&& git --work-tree /tmp/common --git-dir /tmp/common/.git checkout FETCH_HEAD \
&& /tmp/common/scripts/download.sh $DOCKER_REPO $DOCKER_TAG $WHEELS \
&& /tmp/common/scripts/install.sh $PROJECT $GIT_REPO $GIT_REF_REPO $GIT_REF \
&& /tmp/common/scripts/download.sh \
&& /tmp/common/scripts/install.sh \
&& /tmp/common/scripts/cleanup.sh

4
debian/Dockerfile vendored
View File

@ -19,6 +19,6 @@ RUN set -x \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \
&& git --work-tree /tmp/common --git-dir /tmp/common/.git checkout FETCH_HEAD \
&& /tmp/common/scripts/download.sh $DOCKER_REPO $DOCKER_TAG $WHEELS \
&& /tmp/common/scripts/install.sh $PROJECT $GIT_REPO $GIT_REF_REPO $GIT_REF \
&& /tmp/common/scripts/download.sh \
&& /tmp/common/scripts/install.sh \
&& /tmp/common/scripts/cleanup.sh

View File

@ -19,6 +19,6 @@ RUN set -x \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \
&& git --work-tree /tmp/common --git-dir /tmp/common/.git checkout FETCH_HEAD \
&& /tmp/common/scripts/download.sh $DOCKER_REPO $DOCKER_TAG $WHEELS \
&& /tmp/common/scripts/install.sh $PROJECT $GIT_REPO $GIT_REF_REPO $GIT_REF \
&& /tmp/common/scripts/download.sh \
&& /tmp/common/scripts/install.sh \
&& /tmp/common/scripts/cleanup.sh