Skip to content

Commit

Permalink
touch backend/.env
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Luar <[email protected]>
  • Loading branch information
luarss committed Oct 27, 2024
1 parent 55e98b4 commit 63a78d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Populate environment variables
run: |
rm -f backend/.env
touch backend/.env
echo "OR_REPO_COMMIT=$OR_COMMIT_HASH" >> backend/.env
echo "ORFS_REPO_COMMIT=$ORFS_COMMIT_HASH" >> backend/.env
echo "OPENSTA_REPO_COMMIT=$OPENSTA_COMMIT_HASH" >> backend/.env
Expand Down

0 comments on commit 63a78d5

Please sign in to comment.