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

Commit 728bcf6

Browse files
committed
Fixed path to version file
1 parent 98809a2 commit 728bcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ commands:
6767
git config credential.helper 'cache --timeout=120'
6868
git config user.email "E2E Trigger Bot <>"
6969
git config user.name "E2E Trigger Bot"
70-
git commit -m "Trigger deployment" ./dist/version
70+
git commit -m "Trigger deployment" /home/circleci/project/dist/version
7171
git push -q https://${ROBOT_GITHUB_TOKEN}@github.com/regentmarkets/robot-framework.git master
7272
docker_build:
7373
description: "Build Docker image"

0 commit comments

Comments
 (0)