diff options
author | Rémy Coutable <remy@rymai.me> | 2019-05-22 14:16:49 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-05-22 21:47:32 +0200 |
commit | 6145ddf515f93fcc7ed873b911b6369cc2bc0462 (patch) | |
tree | abdf5336367a88aaa7af7e1a83c3c4fbba37e7ba /.gitlab-ci.yml | |
parent | add00b6986c78497c18a2f48bf83f0a23c7923f8 (diff) | |
download | gitlab-ce-6145ddf515f93fcc7ed873b911b6369cc2bc0462.tar.gz |
Revert "Merge branch 'revert-04c3c6dd' into 'master'"
This reverts commit 744f1f2e7037f5c70c3168d9e2e89b1c327465d2, reversing
changes made to c4d930e5f54e7da07c80cc028dfc0f5c08719146.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c971df3ba5f..cc71ae9245a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,10 +13,8 @@ variables: BUILD_ASSETS_IMAGE: "false" before_script: - - bundle --version - date - source scripts/utils.sh - - date - source scripts/prepare_build.sh - date |