From 805a8bf9e6a1c0509168517f230473d44029c622 Mon Sep 17 00:00:00 2001 From: Joshua Send Date: Wed, 19 Aug 2020 16:31:12 +0100 Subject: [PATCH] correct path to 'deploy-rpm' --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 28ec39f9..fa5d1255 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -177,7 +177,7 @@ jobs: - run: | export DEPLOY_RPM_USERNAME=$REPO_GRAKN_USERNAME export DEPLOY_RPM_PASSWORD=$REPO_GRAKN_PASSWORD - bazel run --define version=$(cat VERSION) //binary/rpm:deploy-rpm -- release + bazel run --define version=$(cat VERSION) //binary:deploy-rpm -- release sync-dependencies-release: machine: