Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/puppeteer' ref: '1.1.0' ref: '1.2.0' file: '/templates/gitlab-ci-puppeteer.yml' # Pipeline steps Loading templates/gitlab-ci-puppeteer.yml +2 −2 Original line number Diff line number Diff line Loading @@ -200,7 +200,7 @@ stages: fi } if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update puppeteer "1.1.0"; fi if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update puppeteer "1.2.0"; fi unscope_variables # ENDSCRIPT Loading @@ -215,7 +215,7 @@ puppeteer: - $PUPPETEER_PROJECT_DIR/.npm/ services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "puppeteer", "1.1.0"] command: ["--service", "puppeteer", "1.2.0"] stage: acceptance before_script: - *puppeteer-scripts Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/puppeteer' ref: '1.1.0' ref: '1.2.0' file: '/templates/gitlab-ci-puppeteer.yml' # Pipeline steps Loading
templates/gitlab-ci-puppeteer.yml +2 −2 Original line number Diff line number Diff line Loading @@ -200,7 +200,7 @@ stages: fi } if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update puppeteer "1.1.0"; fi if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update puppeteer "1.2.0"; fi unscope_variables # ENDSCRIPT Loading @@ -215,7 +215,7 @@ puppeteer: - $PUPPETEER_PROJECT_DIR/.npm/ services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" command: ["--service", "puppeteer", "1.1.0"] command: ["--service", "puppeteer", "1.2.0"] stage: acceptance before_script: - *puppeteer-scripts Loading