fix syntax error

This commit is contained in:
Cat Flynn 2021-01-29 15:16:48 +00:00
parent 20113623ae
commit e60eadcc9c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ variables:
SRC_DIR: ./game SRC_DIR: ./game
BUILD_DIR: ./game/Build BUILD_DIR: ./game/Build
build: .build: &build
stage: build stage: build
script: script:
- chmod +x ./ci/build.sh - chmod +x ./ci/build.sh