Skip to content

Instantly share code, notes, and snippets.

@zregvart
Last active December 13, 2017 15:26
Show Gist options
  • Save zregvart/093332a24664a6e92fb78171a0e4e652 to your computer and use it in GitHub Desktop.
Save zregvart/093332a24664a6e92fb78171a0e4e652 to your computer and use it in GitHub Desktop.
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