Commit fd4dba74 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

chore: change all TBC default branches to main

parent 788eec1a
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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:
@@ -42,4 +42,4 @@ pages:
      - public
    expire_in: 1 day
  only:
    - master
    - $CI_DEFAULT_BRANCH
+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"}],
+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"}],
+2 −2
Original line number Diff line number Diff line
@@ -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:
@@ -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: