You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2021. It is now read-only.
If you have a repository that you clone who's HEAD points to a different branch than master (on initial clone) you can not do a release or snapshot until the master branch is checked out.
Theoretical reproduction:
$ git clone {git repo} foo
$ cd foo
$ git checkout config-branch
$ asconfig snapshot
Exception in thread "main" java.lang.NullPointerException
at io.airlift.airship.configbundler.Model.readMetadata(Model.java:60)
at io.airlift.airship.configbundler.SnapshotCommand.call(SnapshotCommand.java:35)
at io.airlift.airship.configbundler.SnapshotCommand.call(SnapshotCommand.java:21)
at io.airlift.airship.configbundler.ConfigBundler.main(ConfigBundler.java:31)
This problem goes away after you checkout the master branch.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you have a repository that you clone who's HEAD points to a different branch than master (on initial clone) you can not do a release or snapshot until the master branch is checked out.
Theoretical reproduction:
$ git clone {git repo} foo
$ cd foo
$ git checkout config-branch
$ asconfig snapshot
Exception in thread "main" java.lang.NullPointerException
at io.airlift.airship.configbundler.Model.readMetadata(Model.java:60)
at io.airlift.airship.configbundler.SnapshotCommand.call(SnapshotCommand.java:35)
at io.airlift.airship.configbundler.SnapshotCommand.call(SnapshotCommand.java:21)
at io.airlift.airship.configbundler.ConfigBundler.main(ConfigBundler.java:31)
This problem goes away after you checkout the master branch.
The text was updated successfully, but these errors were encountered: