Fixed YAML syntax for variables: Round Three

This commit is contained in:
Bastian de Byl
2019-07-24 14:24:16 -04:00
parent 6dd87d8e61
commit 1c0d02519a

View File

@@ -3,8 +3,8 @@ stages:
- deploy - deploy
variables: variables:
HUGO_IMAGE_TAG: arm HUGO_IMAGE_TAG: "arm"
AWS_IMAGE_TAG: 0.2 AWS_IMAGE_TAG: "0.2"
build: build:
stage: build stage: build