@@ -44,8 +44,8 @@ compile:
|
|||||||
expire_in: 1d
|
expire_in: 1d
|
||||||
reports:
|
reports:
|
||||||
dotenv: job.env
|
dotenv: job.env
|
||||||
rules:
|
only:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
- tags
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: reactnativecommunity/react-native-android
|
image: reactnativecommunity/react-native-android
|
||||||
@@ -100,8 +100,8 @@ release:
|
|||||||
links:
|
links:
|
||||||
- name: "app-release.apk"
|
- name: "app-release.apk"
|
||||||
url: "https://git.karaolidis.com/karaolidis/terminally-online/-/jobs/$JOB_ID/artifacts/raw/android/app/build/outputs/apk/release/app-release.apk"
|
url: "https://git.karaolidis.com/karaolidis/terminally-online/-/jobs/$JOB_ID/artifacts/raw/android/app/build/outputs/apk/release/app-release.apk"
|
||||||
rules:
|
only:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
- tags
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- template: Security/SAST.gitlab-ci.yml
|
- template: Security/SAST.gitlab-ci.yml
|
||||||
|
Reference in New Issue
Block a user