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

Don't specify the branch for mutagen #10923

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Don't specify the branch for mutagen #10923

merged 1 commit into from
Sep 6, 2023

Conversation

jvoisin
Copy link
Contributor

@jvoisin jvoisin commented Sep 6, 2023

This should fix the following issue:

Step #1:  ---> 22f958f99cac
Step #1: Step 2/4 : RUN git clone 	--depth 1 	--branch master 	https://github.com/quodlibet/mutagen
Step #1:  ---> Running in 77c762382f3f
Step #1: �[91mCloning into 'mutagen'...
Step #1: �[0m�[91mwarning: Could not find remote branch master to clone.
Step #1: fatal: Remote branch master not found in upstream origin
Step #1: The command '/bin/sh -c git clone 	--depth 1 	--branch master 	https://github.com/quodlibet/mutagen' returned a non-zero code: 128
Finished Step #1
ERROR
ERROR: build step 1 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 128
Step #1: �[0m

This should fix the following issue:

```
Step #1:  ---> 22f958f99cac
Step #1: Step 2/4 : RUN git clone 	--depth 1 	--branch master 	https://github.com/quodlibet/mutagen
Step #1:  ---> Running in 77c762382f3f
Step #1: �[91mCloning into 'mutagen'...
Step #1: �[0m�[91mwarning: Could not find remote branch master to clone.
Step #1: fatal: Remote branch master not found in upstream origin
Step #1: The command '/bin/sh -c git clone 	--depth 1 	--branch master 	https://github.com/quodlibet/mutagen' returned a non-zero code: 128
Finished Step #1
ERROR
ERROR: build step 1 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 128
Step #1: �[0m
```
@github-actions
Copy link

github-actions bot commented Sep 6, 2023

jvoisin has previously contributed to projects/mutagen. The previous PR was #10150

@DavidKorczynski DavidKorczynski merged commit 7c03d76 into google:master Sep 6, 2023
16 checks passed
@jvoisin jvoisin deleted the patch-1 branch September 6, 2023 19:03
gedigi pushed a commit to gedigi/oss-fuzz that referenced this pull request Sep 27, 2023
This should fix the following issue:

```
Step google#1:  ---> 22f958f99cac
Step google#1: Step 2/4 : RUN git clone 	--depth 1 	--branch master 	https://github.com/quodlibet/mutagen
Step google#1:  ---> Running in 77c762382f3f
Step google#1: �[91mCloning into 'mutagen'...
Step google#1: �[0m�[91mwarning: Could not find remote branch master to clone.
Step google#1: fatal: Remote branch master not found in upstream origin
Step google#1: The command '/bin/sh -c git clone 	--depth 1 	--branch master 	https://github.com/quodlibet/mutagen' returned a non-zero code: 128
Finished Step google#1
ERROR
ERROR: build step 1 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 128
Step google#1: �[0m
```
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