Skip to content

Commit

Permalink
Update get-system-version.sh
Browse files Browse the repository at this point in the history
updated for skewer case
  • Loading branch information
jtbaird authored Apr 16, 2020
1 parent 0842a99 commit a02243d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/get-system-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# License for the specific language governing permissions and limitations under
# the License.

SYSTEM_TAG_PREFIX="CARMASystem"
SYSTEM_TAG_PREFIX="carma-system"

git describe --all --match="$SYSTEM_TAG_PREFIX*" --always --dirty="-SNAPSHOT" | awk -F "/" '{print $NF}'

0 comments on commit a02243d

Please sign in to comment.