ci script from old resume lets see what happens
This commit is contained in:
parent
f245d80b37
commit
31b5dc32ba
18
.gitlab-ci.yml
Normal file
18
.gitlab-ci.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
before_script:
|
||||||
|
- git submodule init
|
||||||
|
- git submodule update --force
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- hugo
|
||||||
|
except:
|
||||||
|
- master
|
||||||
|
|
||||||
|
pages:
|
||||||
|
script:
|
||||||
|
- hugo
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
master
|
Loading…
Reference in New Issue
Block a user