pipeline update
This commit is contained in:
@@ -6,7 +6,7 @@ steps:
|
||||
- name: version
|
||||
image: alpine
|
||||
commands:
|
||||
- VERSION=$(sed -n "s/^-- version: //p" $GAME_NAME.$GAME_LANG | head -n 1)
|
||||
- VERSION=$(sed -n 's/^-- version: //p' $GAME_NAME.$GAME_LANG | head -n 1)
|
||||
- echo "$VERSION" > .version
|
||||
- echo "Detected version:" $VERSION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user