Skip to content

Commit f9b5aa9

Browse files
authored
fix condition (demisto#31671)
1 parent dbb76a6 commit f9b5aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/ci/.gitlab-ci.bucket-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ upload-packs-to-marketplace:
391391

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

0 commit comments

Comments
 (0)