Skip to content

Commit

Permalink
feat: removed the old required params for gcp auth stage
Browse files Browse the repository at this point in the history
  • Loading branch information
oneanupam committed Jun 14, 2024
1 parent db2ad78 commit d4cc975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ jobs:

- name: Notify success
if: success() # this step runs only if the previous steps succeeded.
run: echo ""
run: echo "[SUCCESS] The build is successful without any errors."

- name: Notify failure
if: failure() # this step runs only if any of the previous steps failed.
run: |
echo "[FAILED]: This job has been failed due to earlier errors."
echo "[FAILED] This job has been failed due to earlier errors."
echo "An eamil notification can be setup later sometime."

0 comments on commit d4cc975

Please sign in to comment.