mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-21 14:28:54 -04:00
add version.txt step to release pipeline (#1493)
* add version.txt step to release pipeline * refresh git status * make minicon e2e test less flaky
This commit is contained in:
parent
8ffd1dcf3f
commit
efe4681214
7 changed files with 65 additions and 31 deletions
|
@ -24,6 +24,6 @@ timestamp() {
|
|||
|
||||
echo "REPO_URL https://github.com/edgelesssys/constellation.git"
|
||||
echo "STABLE_STAMP_COMMIT $(git rev-parse HEAD)"
|
||||
echo "STABLE_STAMP_STATE $(git diff-index --quiet HEAD -- && echo "clean" || echo "dirty")"
|
||||
echo "STABLE_STAMP_STATE $(git update-index -q --really-refresh && git diff-index --quiet HEAD -- && echo "clean" || echo "dirty")"
|
||||
echo "STABLE_STAMP_VERSION $(pseudo_version)"
|
||||
echo "STABLE_STAMP_TIME $(timestamp)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue