Open fniephaus opened 5 years ago
This PR improves make_component.sh in the following ways:
make_component.sh
set -e
rm -rf COMPONENT_DIR
mvn package
simplelanguage.jar
pushd
popd
cd
readonly
Could you please rebase? I merged a PR that made some changes to the script in question and re-enabled the part of the gate that checks the components.
Done! PTAL
This PR improves
make_component.sh
in the following ways:set -e
)rm -rf COMPONENT_DIR
and add user prompt before deleting directorymvn package
whensimplelanguage.jar
is not foundpushd
/popd
in favor ofcd
readonly