Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #120 from cloudnull/laconic-rebuild
Browse files Browse the repository at this point in the history
rebuild image laconic/VERSION
  • Loading branch information
cloudnull authored Oct 26, 2022
2 parents 998d3a2 + 597d9f5 commit 7e2679f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/bin/build-deb.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

export VERSION="${CONTAINER_TAG}"
export DEB_VERSION="${VERSION//[^[:digit:].-]/}"
export DEB_VERSION="${VERSION//[^[:digit:].]/}"
if [[ $DEB_VERSION =~ ^[[:digit:]] ]]; then
export BUILD_VERSION="${DEB_VERSION}"
else
Expand Down
1 change: 1 addition & 0 deletions laconic/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
v0.3.0-dev

0 comments on commit 7e2679f

Please sign in to comment.