grep test added

master
Roberto Cirillo 3 years ago
parent bafacb702c
commit 94701bf627

@ -0,0 +1,3 @@
to_update_1
to_update_2
to_update_3

@ -0,0 +1,4 @@
#!/usr/bin/env bash
if [[ "$(grep 'dataminer' pom.xml)" ]]; then
echo "dataminer dep found"
fi
Loading…
Cancel
Save