When using build:wait (and client.waitForBuild), the project slug should include the organization, i.e. Ember/Ember-Website. However, this can be confused for the project name or even the slug without an organization attached. We should check for the presence of a forward slash and error when one is not found.
When using
build:wait(andclient.waitForBuild), the project slug should include the organization, i.e.Ember/Ember-Website. However, this can be confused for the project name or even the slug without an organization attached. We should check for the presence of a forward slash and error when one is not found.