yaml borked

This commit is contained in:
Cat Flynn 2021-01-29 18:17:11 +00:00
parent 64beb30d2b
commit c9d7bf98c3
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ build:
dependencies: dependencies:
- build - build
deploy-dev: .deploy-dev: &deploy
<<: *deploy <<: *deploy
variables: variables:
ITCH_USER: "cyndrdev" ITCH_USER: "cyndrdev"
@ -37,7 +37,7 @@ deploy-dev:
- chmod +x ./ci/deploy.sh - chmod +x ./ci/deploy.sh
- ./ci/deploy.sh $BUILD_DIR $ITCH_USER $ITCH_GAME $ITCH_TRACK - ./ci/deploy.sh $BUILD_DIR $ITCH_USER $ITCH_GAME $ITCH_TRACK
deploy-release: .deploy-release: &deploy
<<: *deploy <<: *deploy
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG