diff options
author | Joris | 2019-06-24 10:31:19 +0200 |
---|---|---|
committer | Joris | 2019-06-24 10:31:19 +0200 |
commit | 0b4e28c73cea17d4174f7fd2f4d283bf18a29b86 (patch) | |
tree | 4c92095d34752ac397164ec7cd0e42c509c8e962 /.gitlab-ci.yml | |
parent | 8b8da002dfe3b22f117f650800fa0ab30e1bbce6 (diff) |
Update cooking url
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 2062877..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,10 +0,0 @@ -image: alpine:latest -pages: - stage: deploy - script: - - echo 'Nothing to do...' - artifacts: - paths: - - public - only: - - deploy |