Commit b6b08ae6 authored by Thomas Boni's avatar Thomas Boni
Browse files

redifine all initial versions to 2020-08-05_1

parent 771635af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ An example of a full `.gitlab-ci.yml` file with:

* One job template with latest version. Note that `latest/` is optional in the
  job URL
* One job template with specific version using tag `2020-06-22_1`
* One job template with specific version using tag `2020-08-05_1`
* A custom `unit_tests` job

``` yaml
@@ -72,7 +72,7 @@ stages:
# Jobs from g2s hub
include:
  - remote: 'https://jobs.go2scale.io/latest/docker.yml'
  - remote: 'https://jobs.go2scale.io/2020-06-22_1/mkdocs.yml'
  - remote: 'https://jobs.go2scale.io/2020-08-05_1/mkdocs.yml'

# You can also include your own jobs
unit_tests:
+2 −2
Original line number Diff line number Diff line
@@ -53,8 +53,8 @@ merge requests

## Versions

* **Latest** (current -> `2020-07-15_1`) : `https://jobs.go2scale.io/latest/mkdocs.yml`
* **Tag `2020-07-15_1`** : `https://jobs.go2scale.io/2020-07-15_1/mkdocs.yml`
* **Latest** (current -> `2020-08-05_1`) : `https://jobs.go2scale.io/latest/mkdocs.yml`
* **Tag `2020-07-15_1`** : `https://jobs.go2scale.io/2020-08-05_1/mkdocs.yml`

    !!! warning
        Since this version, `pages` job, which publish documentation on Gitlab
+2 −6
Original line number Diff line number Diff line
@@ -42,11 +42,7 @@ from previous job named `documentation`.

## Versions

* **Latest** (current -> `2020-05-31_1`): `https://jobs.go2scale.io/latest/pages.yml`
* **Tag `2020-05-31_1`** : `https://jobs.go2scale.io/2020-05-31_1/pages.yml`
* **Latest** (current -> `2020-08-05_1`): `https://jobs.go2scale.io/latest/pages.yml`
* **Tag `2020-08-05_1`** : `https://jobs.go2scale.io/2020-08-05_1/pages.yml`

    !!! warning
        This update introduces breaking changes. Follow [this
        guide](https://squidfunk.github.io/mkdocs-material/releases/5/#how-to-upgrade)
        to know how to upgrade.
    * Initial version
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ Example in `.gitlab-ci.yml`:
```yaml
include:
  - remote: 'https://jobs.go2scale.io/latest/docker.yml'
  - remote: 'https://jobs.go2scale.io/2020-06-22_1/mkdocs.yml'
  - remote: 'https://jobs.go2scale.io/2020-08-05_1/mkdocs.yml'
```

Available tags and release note for each jobs are available in [Jobs