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.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index a28a11d6612..950b06b40e7 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -24,7 +24,6 @@ tasks:
# run DB migrations
echo "$(date) – Running DB migrations" | tee -a /workspace/startup.log
make gitlab-db-migrate
- cd -
# stop GDK
echo "$(date) – Stopping GDK" | tee -a /workspace/startup.log
gdk stop