Commit 4cb5ac82 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.0.1 [skip ci]

parent 81b4c7a9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'Orange-OpenSource/tbc/angular'
    ref: '1.0.0'
    ref: '1.0.1'
    file: '/templates/gitlab-ci-angular.yml'
```

+2 −2
Original line number Diff line number Diff line
@@ -306,7 +306,7 @@ stages:

  }

  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update angular "1.0.0"; fi
  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update angular "1.0.1"; fi

  # ENDSCRIPT

@@ -317,7 +317,7 @@ stages:
  image: $NG_CLI_IMAGE
  services:
    - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master"
      command: ["--service", "angular", "1.0.0"]
      command: ["--service", "angular", "1.0.1"]
  # cache configuration
  cache:
    key: "$CI_COMMIT_REF_SLUG-angular"