summaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-26 00:09:02 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-26 00:09:02 +0000
commita13d121380db52a0332b2c64fcbb27c6a3dcffa6 (patch)
tree178f445ebe66c6a9e3b06e2f9646888631937633 /.gitpod.yml
parent9d3861d531eab6c9489ad0466058e6a16b2c1228 (diff)
downloadgitlab-ce-a13d121380db52a0332b2c64fcbb27c6a3dcffa6.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index 1a8a8e8555e..d83e5ff3e61 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -7,6 +7,7 @@ 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/
(