Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !3738

Always use Yarn on CI

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge always-yarn into master Jan 10, 2018
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 5

Created by: gaearon

Our E2E tests are in a very messy state right now. Due to a pile of hacks that accumulated over months, it's very hard to understand what's happening to the packages.

I want to simplify this. As a first step I want to get rid of this variable.

It looks like it's not actually being used. (The branch is always false.) And since Yarn now ships with CI images, we actually do use Yarn on CI already.

With this change, we're just eliminating already dead code. Next, I'll try to simplify the actual CI script, but for now I just want the code to reflect what it actually does because it wasn't obvious.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: always-yarn