Skip to content

Commit cbc3333

Browse files
Merge pull request #1133 from snyk/chore/fix-execution-context
chore: fix execution context path for deploy to dev
2 parents bcb0406 + 852b046 commit cbc3333

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)