Update .gitlab-ci.yml
This commit is contained in:
parent
2bd7c81d2c
commit
127c4f74c7
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ linux64_test:
|
||||||
tags:
|
tags:
|
||||||
- Docker
|
- Docker
|
||||||
script:
|
script:
|
||||||
- mkdir -v -p $EXPORT_NAME_$CI_COMMIT_SHORT_SHA
|
- mkdir -v -p $EXPORT_NAME$CI_COMMIT_SHORT_SHA
|
||||||
- godot -v --export "Linux/X11" $EXPORT_NAME$CI_COMMIT_SHORT_SHA/$EXPORT_NAME$CI_COMMIT_SHORT_SHA.x86_64
|
- godot -v --export "Linux/X11" $EXPORT_NAME$CI_COMMIT_SHORT_SHA/$EXPORT_NAME$CI_COMMIT_SHORT_SHA.x86_64
|
||||||
artifacts:
|
artifacts:
|
||||||
name: $EXPORT_NAME$CI_JOB_NAME$CI_COMMIT_SHORT_SHA
|
name: $EXPORT_NAME$CI_JOB_NAME$CI_COMMIT_SHORT_SHA
|
||||||
|
|
Loading…
Reference in a new issue