Skip to content

Commit

Permalink
Oncall validate premium pack missing machine (demisto#31526)
Browse files Browse the repository at this point in the history
Oncall validate premium pack missing machine demisto#31526
  • Loading branch information
jbabazadeh authored Dec 21, 2023
1 parent 9330d3e commit fbd31be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/ci/.gitlab-ci.bucket-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ upload-packs-to-marketplace:

- section_start "Validate Premium Packs"
- |
if [[ "$CI_COMMIT_BRANCH" == "master" ]] || [[ $GCS_MARKET_BUCKET != $GCS_PRODUCTION_BUCKET ]]; then
if [[ $(cat "${ENV_RESULTS_PATH}") != "[]" ]] && {[[ "$CI_COMMIT_BRANCH" == "master" ]] || [[ $GCS_MARKET_BUCKET != $GCS_PRODUCTION_BUCKET ]]} ; then
./Tests/scripts/validate_premium_packs.sh "$INSTANCE_ROLE"
else
echo "Skipping Premium Packs Validation"
Expand Down

0 comments on commit fbd31be

Please sign in to comment.