Skip to content

Commit

Permalink
fix: artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakprp committed Oct 3, 2023
1 parent cdc11dc commit 1d0510a
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:
# rm ~/logs.txt
# source "$BASH_ENV"
- store_artifacts:
path: /home/circleci/e2e-sdk-prime/example.env
path: /home/circleci/etherspot-prime-sdk/example.env
when: always
- slack/status:
failure_message: "Triggered by: *${CIRCLE_USERNAME}* \n\n Ooops! The *$CIRCLE_JOB* job e2e tests failed! :circleci-fail:"
success_message: "Triggered by: *${CIRCLE_USERNAME}* \n\n Woohoh! The *$CIRCLE_JOB* job e2e tests completed successfully! :circleci-pass: \n\n $LOGS"
# only_for_branches: master
webhook: "${SLACK_WEBHOOK_URL}"
# - slack/status:
# failure_message: "Triggered by: *${CIRCLE_USERNAME}* \n\n Ooops! The *$CIRCLE_JOB* job e2e tests failed! :circleci-fail:"
# success_message: "Triggered by: *${CIRCLE_USERNAME}* \n\n Woohoh! The *$CIRCLE_JOB* job e2e tests completed successfully! :circleci-pass: \n\n $LOGS"
# # only_for_branches: master
# webhook: "${SLACK_WEBHOOK_URL}"
publish-npm-package:
working_directory: ~/etherspot-prime-sdk
docker:
Expand Down Expand Up @@ -126,19 +126,19 @@ workflows:
branches:
only:
- feature/e2e-prime-pipeline
- publish-npm-package:
context: general-vars
requires:
- e2e-tests
filters:
branches:
only:
- feature/e2e-prime-pipeline
- publish-github-release:
context: general-vars
requires:
- e2e-tests
filters:
branches:
only:
- feature/e2e-prime-pipeline
# - publish-npm-package:
# context: general-vars
# requires:
# - e2e-tests
# filters:
# branches:
# only:
# - feature/e2e-prime-pipeline
# - publish-github-release:
# context: general-vars
# requires:
# - e2e-tests
# filters:
# branches:
# only:
# - feature/e2e-prime-pipeline

0 comments on commit 1d0510a

Please sign in to comment.