Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index 950b06b40e7..f6c1a60b03a 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.com/gitlab-org/gitlab-development-kit/gitpod-workspace:gitpod-workspace-image
+image: registry.gitlab.com/gitlab-org/gitlab-development-kit/gitpod-workspace:stable
tasks:
@@ -7,8 +7,6 @@ tasks:
- init: |
echo "$(date) – Copying GDK" | tee -a /workspace/startup.log
- rm -r /workspace/.rvm
- mv $HOME/.rvm-workspace /workspace/.rvm
cp -r $HOME/gitlab-development-kit /workspace/
(
set -e