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 Oct 16, 2024. It is now read-only.
I'm struggling with running some git commands while using this buildpack
$(git show -s --format=%cd --date=short)--$(git rev-parse HEAD)
results in
fatal: not a git repository (or any of the parent directories): .git
Is there a config option that I might be missing, or is it a limitation of the buildpack that the .git directory is not accessible?
Hoping I might possibly be missing something obvious 🙏 (otherwise please consider this a feature request to make the .git directory available to build scripts)
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.
Hi there
I'm struggling with running some git commands while using this buildpack
results in
Is there a config option that I might be missing, or is it a limitation of the buildpack that the .git directory is not accessible?
Hoping I might possibly be missing something obvious 🙏 (otherwise please consider this a feature request to make the .git directory available to build scripts)
The text was updated successfully, but these errors were encountered: