Fixed before_script for deploy .gitlab-ci.yml
This commit is contained in:
@@ -6,11 +6,12 @@ variables:
|
||||
HUGO_IMAGE_TAG: "arm"
|
||||
AWS_IMAGE_TAG: "0.2"
|
||||
|
||||
build:
|
||||
stage: build
|
||||
before_script:
|
||||
- rm -rf themes/even
|
||||
- git clone https://gitlab.com/bdebyl/hugo-theme-even.git themes/even
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- make -e build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user