Skip to content

Commit

Permalink
Assign image version from git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Aug 12, 2022
1 parent 8d150ff commit 783fe31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IMG_NAME="LeoOS-ros2"
IMG_VERSION="alpha"
IMG_VERSION="$(git describe --tags)"

export GIT_REPO="https://github.com/LeoRover/LeoOS"
export GIT_HASH="$(git rev-parse HEAD)"
Expand Down

0 comments on commit 783fe31

Please sign in to comment.