Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Change identity file directory to new XDG compliant directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisveilleux committed Aug 31, 2021
1 parent 688655c commit 3fe2b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pipeline {
sh 'mkdir -p $HOME/skills/$BRANCH_ALIAS/allure'
sh 'mkdir -p $HOME/skills/$BRANCH_ALIAS/mycroft-logs'
sh 'docker run \
--volume "$HOME/voight-kampff/identity:/root/.mycroft/identity" \
--volume "$HOME/voight-kampff/identity:/root/.config/mycroft/identity" \
--volume "$HOME/skills/$BRANCH_ALIAS/allure:/root/allure" \
--volume "$HOME/skills/$BRANCH_ALIAS/mycroft-logs:/var/log/mycroft" \
--label build=${JOB_NAME} \
Expand Down

0 comments on commit 3fe2b1a

Please sign in to comment.