Files
nodered_ldap_self_service/.gitlab-ci.yml
2023-08-08 12:36:25 +09:30

26 lines
611 B
YAML

variables:
MY_PROJECT_ID: "48321671"
GIT_SYNC_URL: "https://$GITHUB_USERNAME_ROBOT:$GITHUB_TOKEN_ROBOT@github.com/NoFussComputing/nodered_ldap_self_service.git"
PAGES_ENVIRONMENT_PATH: projects/ldap_self_service/
include:
- project: nofusscomputing/projects/gitlab-ci
ref: development
file:
- template/automagic.gitlab-ci.yaml
Github (Push --mirror):
extends:
- .git_push_mirror
needs: []
rules:
- if: $GIT_SYNC_URL == null
when: never
- if: # Always sync including working branches
$CI_PIPELINE_SOURCE == "push"
when: always
- when: never