fix the fucking list timelines on mastofe/soapbox-fe
[akkoma] / .gitlab-ci.yml
index 88504b3e3e95e981d4e3e2ed2c43676607891bee..3ac30b13df5eab064cc88239720ef33cc57c7808 100644 (file)
@@ -24,6 +24,7 @@ stages:
   - docker
 
 before_script:
+  - echo $MIX_ENV
   - rm -rf _build/*/lib/pleroma
   - apt-get update && apt-get install -y cmake
   - mix local.hex --force
@@ -157,6 +158,12 @@ analysis:
 cycles:
   stage: test
   image: elixir:1.11
+  only:
+    changes:
+      - "**/*.ex"
+      - "**/*.exs"
+      - "mix.lock"
+  cache: {}
   script:
     - mix deps.get
     - mix compile