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

Fix syntax issues that causes tsc build failure #116

Merged
merged 1 commit into from
Nov 2, 2021

Conversation

renfeiw
Copy link
Contributor

@renfeiw renfeiw commented Oct 30, 2021

  • fix ts file errors and generate new js file

Fix #113

Signed-off-by: renfeiw renfeiw@ca.ibm.com

Signed-off-by: renfeiw <renfeiw@ca.ibm.com>
Copy link
Contributor

@smlambert smlambert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

const repoBranch = parseRepoBranch(aqasystemtestsRepo)
process.env.ADOPTOPENJDK_SYSTEMTEST_REPO = repoBranch[0];
process.env.ADOPTOPENJDK_SYSTEMTEST_BRANCH = repoBranch[1];
process.env.ADOPTOPENJDK_SYSTEMTEST_REPO = repoBranch[0]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably won't work. env.ADOPTOPENJDK_SYSTEMTEST_REPO is the whole git url. See #115

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#115 can be done in a separate PR, which only affects system tests. Talked with @renfeiw we can let this in first.

Copy link
Contributor

@sophia-guo sophia-guo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sophia-guo sophia-guo merged commit 5d8ecaf into adoptium:master Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update typos for aqasystemtestsRepo
3 participants