Skip to content

Commit

Permalink
fix: removed testing conditions to CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
amydevs committed Jan 16, 2024
1 parent f218093 commit 267a563
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ build:dist:
paths:
- ./dist
rules:
- if: $CI_COMMIT_BRANCH == 'feature-commit-hash'
# Runs on staging commits and ignores version commits
- if: $CI_COMMIT_BRANCH == 'staging' && $CI_COMMIT_TITLE !~ /^[0-9]+\.[0-9]+\.[0-9]+(?:-.*[0-9]+)?$/
# Runs on tag pipeline where the tag is a prerelease or release version
Expand All @@ -179,7 +178,6 @@ build:platforms-generate:
paths:
- ./tmp/build-platforms.yml
rules:
- if: $CI_COMMIT_BRANCH == 'feature-commit-hash'
# Runs on staging commits and ignores version commits
- if: $CI_COMMIT_BRANCH == 'staging' && $CI_COMMIT_TITLE !~ /^[0-9]+\.[0-9]+\.[0-9]+(?:-.*[0-9]+)?$/
# Runs on tag pipeline where the tag is a prerelease or release version
Expand All @@ -199,7 +197,6 @@ build:platforms:
variables:
PARENT_PIPELINE_ID: $CI_PIPELINE_ID
rules:
- if: $CI_COMMIT_BRANCH == 'feature-commit-hash'
# Runs on staging commits and ignores version commits
- if: $CI_COMMIT_BRANCH == 'staging' && $CI_COMMIT_TITLE !~ /^[0-9]+\.[0-9]+\.[0-9]+(?:-.*[0-9]+)?$/
# Runs on tag pipeline where the tag is a prerelease or release version
Expand Down Expand Up @@ -233,8 +230,6 @@ integration:builds:
needs:
- build:dist
- build:platforms
variables:
COMMIT_HASH: $CI_COMMIT_SHA
script:
- mkdir -p ./builds
- >
Expand Down Expand Up @@ -264,7 +259,6 @@ integration:builds:
paths:
- ./builds/
rules:
- if: $CI_COMMIT_BRANCH == 'feature-commit-hash'
# Runs on staging commits and ignores version commits
- if: $CI_COMMIT_BRANCH == 'staging' && $CI_COMMIT_TITLE !~ /^[0-9]+\.[0-9]+\.[0-9]+(?:-.*[0-9]+)?$/
# Runs on tag pipeline where the tag is a prerelease or release version
Expand Down

0 comments on commit 267a563

Please sign in to comment.