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

Remaining Hardcoded to master items #19331

Merged
merged 1 commit into from
Jun 18, 2021

Conversation

scbedd
Copy link
Member

@scbedd scbedd commented Jun 18, 2021

Based off of this issue

@ghost ghost added the Container Registry label Jun 18, 2021
@scbedd
Copy link
Member Author

scbedd commented Jun 18, 2021

/azp run python - core - ci

@azure-pipelines
Copy link

Azure Pipelines could not run because the pipeline triggers exclude this branch/path.

@scbedd
Copy link
Member Author

scbedd commented Jun 18, 2021

Attempting an internal run as well.

@scbedd
Copy link
Member Author

scbedd commented Jun 18, 2021

/azp run python - appconfiguration

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@scbedd
Copy link
Member Author

scbedd commented Jun 18, 2021

/azp run python - containerregistry - ci

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@@ -417,4 +417,4 @@ def main():
my_print(e)
else:
with open(f'{OUT_PATH}/output.txt', 'w') as file_out:
file_out.writelines([f'{NEW_BRANCH}\n', "master" if TRACK == '2' else 'release/v3'])
file_out.writelines([f'{NEW_BRANCH}\n', "main" if TRACK == '2' else 'release/v3'])
Copy link
Member Author

Choose a reason for hiding this comment

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

@msyyc please yell at me if this is an improper update. Given the context of this issue I think we're fine. Please correct me if I'm wrong!

@scbedd scbedd merged commit d393021 into Azure:main Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants