Skip to content

Commit

Permalink
Add debugging statements
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Nov 22, 2023
1 parent 17ca3c4 commit 3a343e9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cypress-test-saml-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,13 @@ jobs:

# Add SAML Configuration
- name: Injecting SAML Configuration for Linux
if: ${{ runner.os == 'Linux' }}
if: ${{ runner.os == 'Linux'}}
run: |
set -e # Exit immediately if a command exits with a non-zero status.
echo "Creating new SAML configuration"
cd ./opensearch-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT/config/opensearch-security/
rm -f config.yml
pwd
cd ./opensearch-${{ env.OPENSEARCH_VERSION }}-SNAPSHOT/config/opensearch-security/
ls
rm -rf config.yml
cat << 'EOT' > config.yml
---
_meta:
Expand Down

0 comments on commit 3a343e9

Please sign in to comment.