Skip to content

Commit

Permalink
fix: unused env val NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed May 14, 2024
1 parent d5bd0b9 commit 824e6dc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-to-openshift-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ jobs:
| bash /dev/stdin \
dev \
${{ env.APP_NAME }} \
${{ env.NAMESPACE }} \
${{ env.OPENSHIFT_NAMESPACE }} \
${{ secrets.D365_API_KEY_SCHEME }} \
${{ secrets.D365_API_AUTH_SETTINGS }} \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-to-openshift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ jobs:
| bash /dev/stdin \
dev \
${{ env.APP_NAME }} \
${{ env.NAMESPACE }} \
${{ env.OPENSHIFT_NAMESPACE }} \
${{ secrets.D365_API_KEY_SCHEME }} \
${{ secrets.D365_API_AUTH_SETTINGS }} \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-to-openshift-uat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ jobs:
| bash /dev/stdin \
dev \
${{ env.APP_NAME }} \
${{ env.NAMESPACE }} \
${{ env.OPENSHIFT_NAMESPACE }} \
${{ secrets.D365_API_KEY_SCHEME }} \
${{ secrets.D365_API_AUTH_SETTINGS }} \
Expand Down

0 comments on commit 824e6dc

Please sign in to comment.