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
multi shell commands not executed
RUN <<EOF bash -ex echo "Cleaning up..." EOF
<images> <image> <name>base-service/process:%l</name> <build> <contextDir>${basedir}/../docker</contextDir> <dockerFile>Dockerfile</dockerFile> <tags> <tag>%v</tag> <tag>%T</tag> </tags> <cleanup>none</cleanup> <noCache/> </build> </image> </images> </configuration> <executions> <execution> <phase>install</phase> <goals> <goal>build</goal> <goal>push</goal> </goals> </execution> </executions> </plugin>
mvn -v
The text was updated successfully, but these errors were encountered:
It works with RUN <<EOF for me with v0.43.4 and v0.44.0. See these pom.xml and Dockerfile for an example.
RUN <<EOF
Sorry, something went wrong.
No branches or pull requests
Description
multi shell commands not executed
Info
mvn -v
) :The text was updated successfully, but these errors were encountered: