Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Enable space-infix-ops #5

Closed
wants to merge 2 commits into from
Closed

[FEAT] Enable space-infix-ops #5

wants to merge 2 commits into from

Conversation

bradzacher
Copy link
Contributor

Updated some dependencies.
Enabled the rule.

Closes #4

I left the graphql dependencies un-updated as I don't know what will work with your infra

Package        Current Wanted Latest Workspace              Package Type    URL
@types/graphql 0.13.4  0.13.4 14.0.3 eslint-config-assignar devDependencies https://github.com/DefinitelyTyped/DefinitelyTyped.git
graphql        0.13.2  0.13.2 14.0.2 eslint-config-assignar devDependencies https://github.com/graphql/graphql-js
lerna          2.11.0  2.11.0 3.4.3  eslint-config-assignar devDependencies https://lernajs.io/

@assignar-devops
Copy link

Build Failed!

The last (useful) 2 log lines are shown below:
View Full Log

Cloning into 'eslint-config-assignar'...
fatal: reference is not a tree: ea41a014098a0d4ef4f1bed546ce0597eedafcf9
Unfiltered log

[Container] 2018/10/26 18:14:39 Waiting for agent ping
[Container] 2018/10/26 18:14:39 Waiting for DOWNLOAD_SOURCE
[Container] 2018/10/26 18:14:39 Phase is DOWNLOAD_SOURCE
[Container] 2018/10/26 18:14:39 CODEBUILD_SRC_DIR=/codebuild/output/src379733598/src/github.com/assignar/ci
[Container] 2018/10/26 18:14:39 YAML location is /codebuild/output/src379733598/src/github.com/assignar/ci/buildspec.yml
[Container] 2018/10/26 18:14:39 Processing environment variables
[Container] 2018/10/26 18:14:39 Decrypting parameter store environment variables
[Container] 2018/10/26 18:14:39 Moving to directory /codebuild/output/src379733598/src/github.com/assignar/ci
[Container] 2018/10/26 18:14:39 Registering with agent
[Container] 2018/10/26 18:14:39 Phases found in YAML: 1
[Container] 2018/10/26 18:14:39  BUILD: 1 commands
[Container] 2018/10/26 18:14:39 Phase complete: DOWNLOAD_SOURCE Success: true
[Container] 2018/10/26 18:14:39 Phase context status code:  Message:
[Container] 2018/10/26 18:14:39 Entering phase INSTALL
[Container] 2018/10/26 18:14:39 Phase complete: INSTALL Success: true
[Container] 2018/10/26 18:14:39 Phase context status code:  Message:
[Container] 2018/10/26 18:14:39 Entering phase PRE_BUILD
[Container] 2018/10/26 18:14:39 Phase complete: PRE_BUILD Success: true
[Container] 2018/10/26 18:14:39 Phase context status code:  Message:
[Container] 2018/10/26 18:14:39 Entering phase BUILD
[Container] 2018/10/26 18:14:39 Running command node ./test.js
Cloning into 'eslint-config-assignar'...
fatal: reference is not a tree: ea41a014098a0d4ef4f1bed546ce0597eedafcf9
child_process.js:644
    throw err;
    ^

Error: Command failed: git checkout ea41a014098a0d4ef4f1bed546ce0597eedafcf9
    at checkExecSyncError (child_process.js:601:13)
    at Object.execSync (child_process.js:641:13)
    at execSync (/codebuild/output/src379733598/src/github.com/assignar/ci/test.js:7:18)
    at Object.<anonymous> (/codebuild/output/src379733598/src/github.com/assignar/ci/test.js:54:1)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
    at Function.Module.runMain (module.js:693:10)

[Container] 2018/10/26 18:14:41 Command did not exit successfully node ./test.js exit status 1
[Container] 2018/10/26 18:14:41 Phase complete: BUILD Success: false
[Container] 2018/10/26 18:14:41 Phase context status code: COMMAND_EXECUTION_ERROR Message: Error while executing command: node ./test.js. Reason: exit status 1
[Container] 2018/10/26 18:14:41 Entering phase POST_BUILD
[Container] 2018/10/26 18:14:41 Phase complete: POST_BUILD Success: true
[Container] 2018/10/26 18:14:41 Phase context status code:  Message:

Click here to retry the build

@bradzacher
Copy link
Contributor Author

heh @dashmug found a bug in the CI.
doesn't handle PRs from forks.

@dashmug
Copy link

dashmug commented Oct 28, 2018

I'll leave the review to our VP for Linting Affairs, @vinifala. 😃

We should probably move the CI to Travis as this is OSS anyway.

@bradzacher
Copy link
Contributor Author

There's also the api typings probs should be made public so you can install inside the repo!

@MediumRareByte MediumRareByte self-assigned this Nov 1, 2018
@bradzacher bradzacher closed this Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants