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: pass GITHUB_REPOSITORY into Dockerfile.GitHubActions.Release #5724

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

UdjinM6
Copy link

@UdjinM6 UdjinM6 commented Nov 21, 2023

Issue being fixed or feature implemented

Should hopefully fix https://github.com/dashpay/dash-dev-branches/actions/runs/6939402277/job/18876687119

#5716 follow-up

What was done?

$GITHUB_REPOSITORY is not available inside docker, pass it inside

How Has This Been Tested?

Breaking Changes

n/a

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation
  • I have assigned this pull request to a milestone (for repository code-owners and collaborators only)

@UdjinM6 UdjinM6 added this to the 20.1 milestone Nov 21, 2023
@PastaPastaPasta
Copy link
Member

TSAN unit test is failing here?

@UdjinM6
Copy link
Author

UdjinM6 commented Nov 21, 2023

that's an interesting failure but a completely unrelated one imo

@PastaPastaPasta
Copy link
Member

that's an interesting failure but a completely unrelated one imo

Is it an actual issue or just random?

@UdjinM6 UdjinM6 mentioned this pull request Nov 21, 2023
5 tasks
@UdjinM6
Copy link
Author

UdjinM6 commented Nov 21, 2023

that's an interesting failure but a completely unrelated one imo

Is it an actual issue or just random?

#5726 should help I think

Copy link
Member

@PastaPastaPasta PastaPastaPasta left a comment

Choose a reason for hiding this comment

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

utACK for squash merge

@PastaPastaPasta PastaPastaPasta merged commit 1d9991f into dashpay:develop Nov 24, 2023
6 of 7 checks passed
PastaPastaPasta pushed a commit that referenced this pull request Dec 4, 2023
…d attempt) (#5735)

## Issue being fixed or feature implemented
I was probably using `GITHUB_REPOSITORY` incorrectly, let's try it this
way

#5724 follow-up

## What was done?

## How Has This Been Tested?
n/a

## Breaking Changes
n/a

## Checklist:
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated relevant unit/integration/functional/e2e
tests
- [ ] I have made corresponding changes to the documentation
- [x] I have assigned this pull request to a milestone _(for repository
code-owners and collaborators only)_
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.

3 participants