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

[WIP] Build: Only fail when versions mismatch in CI #5104

Open
wants to merge 2 commits into
base: master
from
Open
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Temp: test CI for variable existance

  • Loading branch information
petemill committed Jul 2, 2019
commit 5eecf0422476dfcf87b6c636fc89d2bbd54c333b
@@ -4,6 +4,11 @@ const fs = require('fs-extra')
const config = require('../lib/config')
const util = require('../lib/util')

// TEMP
console.log('IS CI Envorinment?', isCIEnvironment)
process.exit(1)
// TEMP

const projectNames = config.projectNames.filter((project) => config.projects[project].ref)

program
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.