Getting OFN commit should retrieve from meta-data

This commit is contained in:
Rohan Mitchell
2015-06-18 10:02:15 +10:00
parent 9f883db25b
commit b5d841562d

View File

@@ -25,7 +25,7 @@ function set_ofn_commit {
}
function get_ofn_commit {
echo `git rev-parse $BUILDKITE_BRANCH`
echo `buildkite-agent meta-data get "openfoodnetwork:git:commit"`
}
function checkout_ofn_commit {