Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 committed May 8, 2024
1 parent b6a1117 commit 243ddb0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,7 @@ jobs:
at: /home/circleci
- run:
<<: *install_gruntwork_utils
- run:
name: Setup test SSH key
command: |
ls -lahrt ~/.ssh
# echo -e $TEST_SSH_KEY > ~/.ssh/id_rsa_gh
# chmod 600 ~/.ssh/id_rsa_gh
- run:
- run:
name: Run tests
command: |
mkdir -p /tmp/logs
Expand Down Expand Up @@ -104,7 +98,6 @@ workflows:
- SLACK__TOKEN__refarch-deployer-test
- SLACK__WEBHOOK__refarch-deployer-test
- SLACK__CHANNEL__test-workflow-approvals
- GITHUB_TERRAGRUNT_ACTION
requires:
- precommit
filters:
Expand Down

0 comments on commit 243ddb0

Please sign in to comment.