Initial template creation

This commit is contained in:
GitLab
2019-03-06 09:55:04 +01:00
committed by Jason Lenny
commit 2e0dd521b4
4 changed files with 125 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master