We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In our pipelines we specify:
build: uaa-war/uaa.war
And see this error:
fatal: cannot change to 'uaa-war/uaa.war': Not a directory
We believe this is coming from the metadata generation:
pack-concourse-resource/out
Line 104 in 422cad5
Note that the pack command and docker push do seem to work.
pack
docker push
The text was updated successfully, but these errors were encountered:
@Birdrock Adding the git sha to the metadata isn't really necessary for the resource to function. I've removed it from the metadata in 1180c5a.
git
You might take a look at https://github.com/bstick12/lifecycle-build-task as it removes the need for docker in docker and uses the lifecycle directly.
Sorry, something went wrong.
No branches or pull requests
In our pipelines we specify:
build: uaa-war/uaa.war
And see this error:
fatal: cannot change to 'uaa-war/uaa.war': Not a directory
We believe this is coming from the metadata generation:
pack-concourse-resource/out
Line 104 in 422cad5
Note that the
pack
command anddocker push
do seem to work.The text was updated successfully, but these errors were encountered: