repose un gitlab CI le temps de trouver un hébergeur

This commit is contained in:
Yannick Francois
2020-02-11 22:46:07 +01:00
parent 42f4d49500
commit 2c04b80e15
+11
View File
@@ -0,0 +1,11 @@
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- content
only:
- master