We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb0406 commit 852b046Copy full SHA for 852b046
scripts/circleci-jobs/deploy_to_dev.sh
@@ -6,7 +6,7 @@ LATEST_TAG_WITH_V=`git describe --abbrev=0 --tags ${CIRCLE_SHA1}`
6
LATEST_TAG=${LATEST_TAG_WITH_V:1}-approved
7
8
# Send Slack notification
9
-../slack/notify_deploy.py $LATEST_TAG dev
+./scripts/slack/notify_deploy.py $LATEST_TAG dev
10
11
# Deploy to pre-prod
12
git clone https://$GH_TOKEN@github.com/snyk/$KUBERNETES_MONITOR_DEPLOYER_REPO.git
0 commit comments