Browse Source

Cycles CI: disable cache

elixir-1.11-ci
Alex Gleason 3 years ago
parent
commit
87cd04fe0c
No known key found for this signature in database GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .gitlab-ci.yml

+ 1
- 0
.gitlab-ci.yml View File

@@ -158,6 +158,7 @@ analysis:
cycles:
stage: test
image: elixir:1.11
cache: {}
script:
- mix deps.get
- mix compile


Loading…
Cancel
Save