Merge pull request #632 from keblek/patch-7

Added script that fends and prints the versions
pull/636/head
Andreas M. Antonopoulos 3 years ago committed by GitHub
commit e2b92b092d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,8 @@
#!/bin/bash
# a small script to help sanity check the versions of the different node implementations
dockerfiles=$(find . -name 'Dockerfile')
# print location of dockerfiles
echo $dockerfiles
# print variables
awk '/ENV/ && /VER|COMMIT/' $dockerfiles
Loading…
Cancel
Save