Commit 9e1abff1 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.0.1 [skip ci]

parent 5e08217c
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.1](https://gitlab.com/to-be-continuous/mobsf/compare/1.0.0...1.0.1) (2021-10-07)


### Bug Fixes

* use master or main for production env ([9c5f303](https://gitlab.com/to-be-continuous/mobsf/commit/9c5f30318cb1a6c00547c8a5282e4813d65d54ab))

# 1.0.0 (2021-09-28)


+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/mobsf'
    ref: '1.0.0'
    ref: '1.0.1'
    file: '/templates/gitlab-ci-mobsf.yml'
```

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



  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update mobsf "1.0.0"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update mobsf "1.0.1"; fi
  unscope_variables

  # ENDSCRIPT
@@ -315,7 +315,7 @@ stages:
  image: $MOBSF_CLIENT_IMAGE
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "mobsf", "1.0.0"]
      command: ["--service", "mobsf", "1.0.1"]
  before_script:
    - *mobsf-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"