Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ ng-build: # build production artifact - ng $NG_BUILD_ARGS --no-progress # publish on GitLab pages: only on master # publish on GitLab pages: only on main pages: stage: deploy script: Loading @@ -42,4 +42,4 @@ pages: - public expire_in: 1 day only: - master - $CI_DEFAULT_BRANCH kicker-extras-schema-1.json +1 −1 Original line number Diff line number Diff line { "$id": "https://gitlab.com/to-be-continuous/kicker/raw/master/kicker-extras-schema-1.json", "$id": "https://gitlab.com/to-be-continuous/kicker/raw/main/kicker-extras-schema-1.json", "$schema": "http://json-schema.org/schema#", "title": "Extra templates stuff", "oneOf": [{"$ref": "#/definitions/root"}], Loading kicker-schema-1.json +1 −1 Original line number Diff line number Diff line { "$id": "https://gitlab.com/to-be-continuous/kicker/raw/master/kicker-schema-1.json", "$id": "https://gitlab.com/to-be-continuous/kicker/raw/main/kicker-schema-1.json", "$schema": "http://json-schema.org/schema#", "title": "Template parameters and features", "oneOf": [{"$ref": "#/definitions/template"}], Loading templates/validation.yml +2 −2 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ kicker-validation: extends: .json-validation variables: JSON_FILE: kicker.json SCHEMA_URL: "$CI_API_V4_URL/projects/to-be-continuous%2Fkicker/repository/files/kicker-schema-1.json/raw?ref=master" SCHEMA_URL: "$CI_API_V4_URL/projects/to-be-continuous%2Fkicker/repository/files/kicker-schema-1.json/raw?ref=main" rules: # enabled if kicker.json file found - exists: Loading @@ -77,7 +77,7 @@ kicker-extras-validation: extends: .json-validation variables: JSON_FILE: kicker-extras.json SCHEMA_URL: "$CI_API_V4_URL/projects/to-be-continuous%2Fkicker/repository/files/kicker-extras-schema-1.json/raw?ref=master" SCHEMA_URL: "$CI_API_V4_URL/projects/to-be-continuous%2Fkicker/repository/files/kicker-extras-schema-1.json/raw?ref=main" rules: # enabled if kicker-extras.json file found - exists: Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ ng-build: # build production artifact - ng $NG_BUILD_ARGS --no-progress # publish on GitLab pages: only on master # publish on GitLab pages: only on main pages: stage: deploy script: Loading @@ -42,4 +42,4 @@ pages: - public expire_in: 1 day only: - master - $CI_DEFAULT_BRANCH
kicker-extras-schema-1.json +1 −1 Original line number Diff line number Diff line { "$id": "https://gitlab.com/to-be-continuous/kicker/raw/master/kicker-extras-schema-1.json", "$id": "https://gitlab.com/to-be-continuous/kicker/raw/main/kicker-extras-schema-1.json", "$schema": "http://json-schema.org/schema#", "title": "Extra templates stuff", "oneOf": [{"$ref": "#/definitions/root"}], Loading
kicker-schema-1.json +1 −1 Original line number Diff line number Diff line { "$id": "https://gitlab.com/to-be-continuous/kicker/raw/master/kicker-schema-1.json", "$id": "https://gitlab.com/to-be-continuous/kicker/raw/main/kicker-schema-1.json", "$schema": "http://json-schema.org/schema#", "title": "Template parameters and features", "oneOf": [{"$ref": "#/definitions/template"}], Loading
templates/validation.yml +2 −2 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ kicker-validation: extends: .json-validation variables: JSON_FILE: kicker.json SCHEMA_URL: "$CI_API_V4_URL/projects/to-be-continuous%2Fkicker/repository/files/kicker-schema-1.json/raw?ref=master" SCHEMA_URL: "$CI_API_V4_URL/projects/to-be-continuous%2Fkicker/repository/files/kicker-schema-1.json/raw?ref=main" rules: # enabled if kicker.json file found - exists: Loading @@ -77,7 +77,7 @@ kicker-extras-validation: extends: .json-validation variables: JSON_FILE: kicker-extras.json SCHEMA_URL: "$CI_API_V4_URL/projects/to-be-continuous%2Fkicker/repository/files/kicker-extras-schema-1.json/raw?ref=master" SCHEMA_URL: "$CI_API_V4_URL/projects/to-be-continuous%2Fkicker/repository/files/kicker-extras-schema-1.json/raw?ref=main" rules: # enabled if kicker-extras.json file found - exists: Loading