mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 22:04:05 -03:00
4 lines
147 B
Bash
Executable File
4 lines
147 B
Bash
Executable File
#!/usr/bin/env bash
|
|
version=$(grep "ARG CLUSTERTOOL_VERSION=" ./containers/apps/devcontainer/Dockerfile | cut -d '=' -f2)
|
|
printf "%s" "${version}"
|