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
When generating the .SRCINFO file (makepkg --printsrcinfo >.SRCINFO from entrypoint.sh), I'm getting the following error:
==> ERROR: install file (drata-agent.install) does not exist or is not a regular file.
This is the install= file from my PKGBUILD. I see that in the setup section toward the top of the entrypoint.sh it's only copying over the .git dir and the PKGBUILD file from the path that the user can pass in. Meaning that the install file from my PKGBUILD (drata-agent.install) is in fact missing from the ~/gh-action directory.
Can we copy the whole contents of that directory? Or specify additional files that should be copied over?
When generating the
.SRCINFO
file (makepkg --printsrcinfo >.SRCINFO
fromentrypoint.sh
), I'm getting the following error:This is the
install=
file from myPKGBUILD
. I see that in the setup section toward the top of theentrypoint.sh
it's only copying over the.git
dir and thePKGBUILD
file from thepath
that the user can pass in. Meaning that theinstall
file from myPKGBUILD
(drata-agent.install
) is in fact missing from the~/gh-action
directory.Can we copy the whole contents of that directory? Or specify additional files that should be copied over?
Notes
The text was updated successfully, but these errors were encountered: