@@ -44,8 +44,8 @@ compile:
|
||||
expire_in: 1d
|
||||
reports:
|
||||
dotenv: job.env
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
only:
|
||||
- tags
|
||||
|
||||
test:
|
||||
image: reactnativecommunity/react-native-android
|
||||
@@ -100,8 +100,8 @@ release:
|
||||
links:
|
||||
- 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"
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
only:
|
||||
- tags
|
||||
|
||||
include:
|
||||
- template: Security/SAST.gitlab-ci.yml
|
||||
|
Reference in New Issue
Block a user