Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Slack & jobs working
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Martinez committed May 5, 2022
1 parent 3e1ccec commit 015288e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
command: |
pip3 install twine wheel
python3 setup.py sdist bdist_wheel
# python3 -m twine upload --username $PIPY_USERNAME --password $PIPY_PASSWORD dist/*
python3 -m twine upload --username $PIPY_USERNAME --password $PIPY_PASSWORD dist/*
- <<: *slack_basic_fail
- <<: *slack_success_deploy

Expand All @@ -89,7 +89,7 @@ jobs:
aws ssm get-parameter --name /sdk/latest_versions > ssm.json
NEW_VALUE=$(cat ssm.json | python3 -c 'import json,sys,os;obj=json.loads(sys.stdin.read());obj=json.loads(obj["Parameter"]["Value"]);obj["python"]=os.environ["TRIGGER_TAG"];print(obj)')
echo $NEW_VALUE
# aws ssm put-parameter --name /sdk/latest_versions --type "String" --value $NEW_VALUE --overwrite
aws ssm put-parameter --name /sdk/latest_versions --type "String" --value $NEW_VALUE --overwrite
- <<: *slack_basic_fail
- <<: *slack_success_deploy

Expand Down

0 comments on commit 015288e

Please sign in to comment.