Skip to content

Commit

Permalink
ci: do not log evidence
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelezovartem committed Aug 18, 2022
1 parent 5e35053 commit ab6f4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
CIRCLE_BUILD_URL: ${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}
#disable tests for now due to "the input device is not a TTY" error
#BUILD_COMMAND: "scripts/merkely_declare_pipeline.sh && ./build.sh && ./up.sh && ./wait.sh && ./test.sh && ./scripts/images_push.sh && ./scripts/merkely_log_artifact.sh && ./scripts/merkely_log_evidence.sh"
BUILD_COMMAND: "scripts/merkely_declare_pipeline.sh && ./build.sh && ./up.sh && ./wait.sh && ./scripts/images_push.sh && ./scripts/merkely_log_artifact.sh && ./scripts/merkely_log_evidence.sh"
BUILD_COMMAND: "scripts/merkely_declare_pipeline.sh && ./build.sh && ./up.sh && ./wait.sh && ./scripts/images_push.sh && ./scripts/merkely_log_artifact.sh"
tag: ${{ needs.pre-build.outputs.tag }}
AWS_ACCOUNT_ID: 244531986313
AWS_REGION: eu-central-1
Expand Down

0 comments on commit ab6f4ae

Please sign in to comment.