From 8c7ae771709627170b4412bcbdb77619b2373aba Mon Sep 17 00:00:00 2001 From: Jacob Hrbek Date: Fri, 5 Jun 2020 00:43:36 +0000 Subject: [PATCH] disable blockers --- gitpod/debian.Dockerfile | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/gitpod/debian.Dockerfile b/gitpod/debian.Dockerfile index 4cbb08b..07682ef 100644 --- a/gitpod/debian.Dockerfile +++ b/gitpod/debian.Dockerfile @@ -1,21 +1,21 @@ FROM debian:latest -# FIXME: The script does not accept value from gitpod.io/settings -ENV GITPOD_IGNORE_BLOCKERS=1 +# # FIXME: The script does not accept value from gitpod.io/settings +# ENV GITPOD_IGNORE_BLOCKERS=1 -# Blocked by https://github.com/gitpod-io/gitpod/issues/39 -COPY gitpod/scripts/root-access.sh /usr/bin/root-access -RUN true "5g5fdhsfd" \ - && chmod +x /usr/bin/root-access \ - && /usr/bin/root-access \ - && rm /usr/bin/root-access +# # Blocked by https://github.com/gitpod-io/gitpod/issues/39 +# COPY gitpod/scripts/root-access.sh /usr/bin/root-access +# RUN true "5g5fdhsfd" \ +# && chmod +x /usr/bin/root-access \ +# && /usr/bin/root-access \ +# && rm /usr/bin/root-access -# Blocked by https://github.com/gitpod-io/gitpod/issues/1265 -COPY gitpod/scripts/vm-support.sh /usr/bin/vm-support -RUN true "8g7as2dga7" \ - && chmod +x /usr/bin/vm-support \ - && /usr/bin/vm-support \ - && rm /usr/bin/vm-support +# # Blocked by https://github.com/gitpod-io/gitpod/issues/1265 +# COPY gitpod/scripts/vm-support.sh /usr/bin/vm-support +# RUN true "8g7as2dga7" \ +# && chmod +x /usr/bin/vm-support \ +# && /usr/bin/vm-support \ +# && rm /usr/bin/vm-support # FIXME: Outputs `gitpod@ws-ce281d58-997b-44b8-9107-3f2da7feede3:/workspace/gitpod-tests1$` in terminal # FIXME: Add hadolint executable