Skip to content

Commit 852b046

Browse files
committed
chore: fix execution context path for deploy to dev
1 parent bcb0406 commit 852b046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/circleci-jobs/deploy_to_dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LATEST_TAG_WITH_V=`git describe --abbrev=0 --tags ${CIRCLE_SHA1}`
66
LATEST_TAG=${LATEST_TAG_WITH_V:1}-approved
77

88
# Send Slack notification
9-
../slack/notify_deploy.py $LATEST_TAG dev
9+
./scripts/slack/notify_deploy.py $LATEST_TAG dev
1010

1111
# Deploy to pre-prod
1212
git clone https://$GH_TOKEN@github.com/snyk/$KUBERNETES_MONITOR_DEPLOYER_REPO.git

0 commit comments

Comments
 (0)