Skip to content

Commit

Permalink
remove sed
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed May 31, 2024
1 parent 4e489ca commit 592fa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# bundle exec rake 'litmus:provision[docker, litmusimage/centos:stream8]'
bundle exec rake 'litmus:provision_list[docker]'
FILE='spec/fixtures/litmus_inventory.yaml'
sed -e 's/password: .*/password: "[redacted]"/' < $FILE || true
# sed -e 's/password: .*/password: "[redacted]"/' < $FILE || true
- name: Install Agents and module
run: |
Expand Down

0 comments on commit 592fa34

Please sign in to comment.