Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7b04292 authored by Sayantan Roychowdhury's avatar Sayantan Roychowdhury
Browse files

.gitlab-ci.yml - debug

parent 2c309e84
Loading
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -61,3 +61,11 @@ generate-apks:
      - $APK_PATH/$STABLE_APK
    reports:
      dotenv: job.env

create-release:
  stage: release
  when: manual
  needs:
    - generate-apks
  script:
    - cat job.env
 No newline at end of file