Skip to content

Commit

Permalink
Set HOME environment variable for image deploy (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Sundberg <[email protected]>
  • Loading branch information
seansund authored Sep 12, 2023
1 parent f1a57e9 commit 37d1660
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
options: --user devops
needs: setup

env:
HOME: /home/devops

steps:
- name: IBM Cloud CE plugin
run: ibmcloud plugin install code-engine -f
Expand Down

0 comments on commit 37d1660

Please sign in to comment.