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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-27 15:09:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-27 15:09:01 +0300
commit507c0e71cd73201beadf9c5e1e0361fc8e9e2665 (patch)
tree2f9896faffe068d93d1789a72c5ed81954c791c4 /.gitpod.yml
parent6e7dc3f9d6b95200abd1fcd5cc418a9ae9803e4c (diff)
Add latest changes from gitlab-org/gitlab@master
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