1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Merge pull request #345 from marquiz/devel/prow-e2e

scripts: hand-construct a reproducible version
This commit is contained in:
Kubernetes Prow Robot 2020-09-03 07:35:41 -07:00 committed by GitHub
commit ce407b6c22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,10 @@
#!/bin/bash -e
# Strip 'vYYYYMMDD-' from the variable in order to get a reproducible
# version and container image tag
if [ -n "$_GIT_TAG" ]; then
export VERSION=${_GIT_TAG:10}
fi
make image -e
make push -e