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:
commit
ce407b6c22
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue