diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-27 12:09:01 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-27 12:09:01 +0000 |
commit | 507c0e71cd73201beadf9c5e1e0361fc8e9e2665 (patch) | |
tree | 2f9896faffe068d93d1789a72c5ed81954c791c4 /.gitpod.yml | |
parent | 6e7dc3f9d6b95200abd1fcd5cc418a9ae9803e4c (diff) | |
download | gitlab-ce-507c0e71cd73201beadf9c5e1e0361fc8e9e2665.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitpod.yml')
-rw-r--r-- | .gitpod.yml | 1 |
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 |