UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 57e4d29f authored by joshwolf's avatar joshwolf
Browse files

Merge branch 'remove-pre-checks' into 'master'

a terrible commit message that will pass

See merge request platform-one/big-bang/bigbang!272
parents 8a046854 104cef5f
No related branches found
No related tags found
1 merge request!272a terrible commit message that will pass
Pipeline #175008 passed
......@@ -49,49 +49,6 @@ variables:
# Pre Stage Jobs
#
changelog:
image: registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/pre-envs:ubi8.3
stage: .pre
extends:
- .bigbang-dogfood
allow_failure: true
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
variables:
CHANGELOG_FILE: CHANGELOG.md
script:
- git fetch --all
- ./scripts/lint_changelog.sh
version:
image: registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/pre-envs:ubi8.3
stage: .pre
extends:
- .bigbang-dogfood
allow_failure: true
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
variables:
CHART_FILE: chart/Chart.yaml
BASEGIT_FILE: base/gitrepository.yaml
script:
- git fetch --all
- ./scripts/lint_version.sh
commits:
image: registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/pre-envs:ubi8.3
stage: .pre
extends:
- .bigbang-dogfood
allow_failure: true
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
script:
- dnf module install -y nodejs
- npm install --only=dev
- git fetch --all
- ./scripts/lint_commits.sh
pre vars:
image: registry.dso.mil/platform-one/big-bang/pipeline-templates/pipeline-templates/pre-envs:ubi8.3
stage: .pre
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment