Skip to content

Commit

Permalink
gitlab CI build parameters (#30392)
Browse files Browse the repository at this point in the history
gitlab CI build parameters #30392
  • Loading branch information
kobymeir committed Oct 25, 2023
1 parent f826cf9 commit be1494d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/.gitlab-ci.global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@
- demisto-sdk --version
- section_end "Build Parameters"

.gitlab_ci_build_parameters: &gitlab_ci_build_parameters
- section_start "Gitlab CI Build Parameters" --collapsed
- set | grep -E "^CI_.*=|^GITLAB.*=" | sort
- section_end "Gitlab CI Build Parameters"

.default-before-script:
before_script:
Expand All @@ -222,6 +226,7 @@
- *install_ssh_keys
- *neo4j-setup
- *build_parameters
- *gitlab_ci_build_parameters

.default-after-script:
- source .gitlab/helper_functions.sh
Expand Down

0 comments on commit be1494d

Please sign in to comment.