Skip to content

Commit

Permalink
Create graph from scratch in content nightly (#32766)
Browse files Browse the repository at this point in the history
* set DEMISTO_SDK_GRAPH_FORCE_CREATE to true in nightly builds

* Update note

* Add space

* remove -n

Co-authored-by: ilaner <[email protected]>

* add logs

* Move logs

* set only for validate

* reset

* add

* revert

---------

Co-authored-by: ilaner <[email protected]>
  • Loading branch information
MosheEichler and ilaner authored Feb 13, 2024
1 parent 984e015 commit 64d4513
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab/ci/.gitlab-ci.global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@
source "$BASH_ENV"
fi
- source .circleci/content_release_vars.sh
# DEMISTO_SDK_GRAPH_FORCE_CREATE set to true to create graph from scratch.
- |
if [[ $NIGHTLY ]]; then
echo "set DEMISTO_SDK_GRAPH_FORCE_CREATE to true to create graph from scratch"
export DEMISTO_SDK_GRAPH_FORCE_CREATE=true
echo "DEMISTO_SDK_GRAPH_FORCE_CREATE was set to true to create graph from scratch"
echo $DEMISTO_SDK_GRAPH_FORCE_CREATE
fi
- section_end "Source BASH Environment"
- section_start "Granting execute permissions on files" --collapsed
- chmod +x ./Tests/scripts/*
Expand Down

0 comments on commit 64d4513

Please sign in to comment.