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 file paths at diff step in release pipeline #1045

Merged
merged 11 commits into from Feb 25, 2020

Conversation

epassaro
Copy link
Member

@epassaro epassaro commented Feb 24, 2020

Description

Release pipeline is failing because changes made in PR #1040 introduced an incorrect path of both JSON files, then the diff command fails.

This bug is already fixed, and the pipeline is working as expected (see build log). Now the pipeline fails because one author modified his ORCID information, then the diff step stops the build process. But this is ok!.

The new JSON (with updated ORCID data) is updated as an artifact in the failed pipeline build log, and we need to push it to the master branch and re-run the pipeline (see #1046). Then the pipeline must pass.

This should be our workflow until somone splits this pipeline in two parts and we are capable of pushing files from Azure to TARDIS main repository.

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@epassaro epassaro changed the title Fix tardis repo directory path Fix tardis repo path in release pipeline Feb 24, 2020
@epassaro epassaro changed the title Fix tardis repo path in release pipeline Fix file paths at diff step in release pipeline Feb 24, 2020
@wkerzendorf wkerzendorf merged commit ada6e5f into tardis-sn:master Feb 25, 2020
atharva-2001 pushed a commit to atharva-2001/tardis that referenced this pull request Oct 1, 2021
* Fix tardis repo directory path

* Fix tardis repo directory path (again)

* Enable the pipeline for this PR

* Enable the pipeline for this PR (again)

* Enable the pipeline for this PR (again)

* Fix tardis repo directory path (again)

* Fix tardis repo directory path (again)

* Fix tardis repo directory path (again)

* Fix tardis repo directory path (again)

* Fix tardis repo directory path (again)

* Final changes
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.

None yet

2 participants