Skip to content
Snippets Groups Projects

[WIP] Moves the stage and ref from the table in a ci commit build to a plain one line text

Closed Tiago Botelho requested to merge tiagonbotelho/gitlab-ce:ci-commit into master
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -64,7 +64,7 @@ sudo -u git -H bundle install --without postgres development test --deployment
@@ -64,7 +64,7 @@ sudo -u git -H bundle install --without postgres development test --deployment
# PostgreSQL installations (note: the line below states '--without mysql')
# PostgreSQL installations (note: the line below states '--without mysql')
sudo -u git -H bundle install --without mysql development test --deployment
sudo -u git -H bundle install --without mysql development test --deployment
# Clean up old gems
# Optional: clean up old gems
sudo -u git -H bundle clean
sudo -u git -H bundle clean
# Run database migrations
# Run database migrations
Loading