Skip to content

Commit 6aac280

Browse files
committed
infra: force 옵션 삭제
1 parent b421269 commit 6aac280

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/yappu-oci-dev-cd.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ jobs:
148148
if [ ! -z "$RULE_ID" ] && [ "$RULE_ID" != "null" ]; then
149149
~/bin/oci network nsg rules remove \
150150
--nsg-id ${{ secrets.OCI_DEV_NSG_OCID }} \
151-
--security-rule-ids "[\"$RULE_ID\"]" \
152-
--force
151+
--security-rule-ids "[\"$RULE_ID\"]"
153152
fi
154153
155154
- name: Cleanup

.github/workflows/yappu-oci-prod-cd.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ jobs:
146146
if [ ! -z "$RULE_ID" ] && [ "$RULE_ID" != "null" ]; then
147147
~/bin/oci network nsg rules remove \
148148
--nsg-id ${{ secrets.OCI_PROD_NSG_OCID }} \
149-
--security-rule-ids "[\"$RULE_ID\"]" \
150-
--force
149+
--security-rule-ids "[\"$RULE_ID\"]"
151150
fi
152151
153152
- name: Cleanup

0 commit comments

Comments
 (0)