Last active
December 13, 2017 15:26
-
-
Save zregvart/093332a24664a6e92fb78171a0e4e652 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo $(oc exec $(pod=$(oc get pod -o=name -l component=syndesis-rest); echo ${pod#pods/}) -- unzip -c runtime.jar META-INF/MANIFEST.MF|grep '^Git-Commit-Id:') | |
git rev-parse HEAD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment