Update dev.sh
This commit is contained in:
parent
2b2566b801
commit
49cbc21d94
1 changed files with 3 additions and 1 deletions
4
dev.sh
4
dev.sh
|
@ -17,4 +17,6 @@ parse_yaml() {
|
||||||
|
|
||||||
eval $(parse_yaml .gitlab-ci.yml)
|
eval $(parse_yaml .gitlab-ci.yml)
|
||||||
|
|
||||||
echo "GOLANG_VERSION="$variables_GOLANG_VERSION >>.env
|
echo "GOLANG_VERSION="$variables_GOLANG_VERSION >.env
|
||||||
|
echo "ALPINE_VERSION="$variables_ALPINE_VERSION >>.env
|
||||||
|
echo "NODE_VERSION="$variables_NODE_VERSION >>.env
|
||||||
|
|
Loading…
Reference in a new issue