Skip to content

Commit

Permalink
Merge pull request #1910 from zyfra/fix/chore-ci-deploy-1-2
Browse files Browse the repository at this point in the history
feat(chore): added manual run for gitlab pipelines #000
  • Loading branch information
ZurabDev authored Jul 26, 2024
2 parents 8a70b78 + b65f854 commit f775dc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ Build js image:
name: '$KANIKO_IMAGE'
entrypoint: ['']
rules:
- when: manual
- if: '$SKIP_KANIKO_BUILD =~ /^(true|yes|on|1)$/i'
when: never
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
Expand Down Expand Up @@ -125,7 +124,6 @@ Deploy:
name: $ZIF_TOOLS_RUNNER_IMAGE:$ZIF_TOOLS_RUNNER_TAG
entrypoint: ['']
rules:
- when: manual
- if: >-
$CI_COMMIT_BRANCH != null &&
$CI_PIPELINE_SOURCE == 'push' &&
Expand Down

0 comments on commit f775dc9

Please sign in to comment.