We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b421269 commit 6aac280Copy full SHA for 6aac280
.github/workflows/yappu-oci-dev-cd.yaml
@@ -148,8 +148,7 @@ jobs:
148
if [ ! -z "$RULE_ID" ] && [ "$RULE_ID" != "null" ]; then
149
~/bin/oci network nsg rules remove \
150
--nsg-id ${{ secrets.OCI_DEV_NSG_OCID }} \
151
- --security-rule-ids "[\"$RULE_ID\"]" \
152
- --force
+ --security-rule-ids "[\"$RULE_ID\"]"
153
fi
154
155
- name: Cleanup
.github/workflows/yappu-oci-prod-cd.yaml
@@ -146,8 +146,7 @@ jobs:
146
147
--nsg-id ${{ secrets.OCI_PROD_NSG_OCID }} \
0 commit comments