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

Tags not updated because remote changed #35

Closed
Weakky opened this issue Feb 3, 2020 · 3 comments
Closed

Tags not updated because remote changed #35

Weakky opened this issue Feb 3, 2020 · 3 comments
Labels
type/bug Something is not working the way it should

Comments

@Weakky
Copy link

Weakky commented Feb 3, 2020

Description

We moved nexus-prisma to the graphql-nexus. When using dripip stable, git crashed because of the following error:

image

Result: latest and next tag weren't updated

I'm not sure what we can do about it, but thought it was still worth mentioning

@jasonkuhrt jasonkuhrt added the type/bug Something is not working the way it should label Feb 5, 2020
@jasonkuhrt
Copy link
Member

Looks like your clone of nexus-prisma is from a while back when it was located at https://github.com/prisma-graphql/nexus-prisma? Doesn't change your point anyways.

@jasonkuhrt
Copy link
Member

I couldn't reproduce tonight:

~/projects/prisma-labs/dripip-test master
❯ gc --allow-empty -m 'fix: fake work'
[master bce4d55] fix: fake work

~/projects/prisma-labs/dripip-test master ⇡
❯ gp                                  
Enumerating objects: 1, done.
Counting objects: 100% (1/1), done.
Writing objects: 100% (1/1), 186 bytes | 186.00 KiB/s, done.
Total 1 (delta 0), reused 0 (delta 0)
remote: This repository moved. Please use the new location:
remote:   git@github.com:prisma-labs/dripip-test.git
To github.com:jasonkuhrt/dripip-test.git
   19a1396..bce4d55  master -> master

~/projects/prisma-labs/dripip-test master
❯ yarn -s dripip preview --skip-npm
[@octokit/rest] `const Octokit = require("@octokit/rest")` is deprecated. Use `const { Octokit } = require("@octokit/rest")` instead
reverted package.json changes now that publishing is done
tagged this commit with 0.0.4-next.1
pushed tag to remote
updated git-tag "next"

~/projects/prisma-labs/dripip-test master 12s
❯ yarn -s dripip stable --skip-npm
[@octokit/rest] `const Octokit = require("@octokit/rest")` is deprecated. Use `const { Octokit } = require("@octokit/rest")` instead
reverted package.json changes now that publishing is done
tagged this commit with 0.0.4
pushed tag to remote
updated git-tags "latest" "next"

Let's keep reporting on this issue. If it happened on nexus-prisma the other day, then presumably it will again the next time...

@jasonkuhrt
Copy link
Member

Happened again, not because remote changed. Don't get it still.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something is not working the way it should
Projects
None yet
Development

No branches or pull requests

2 participants