Skip to content

Commit

Permalink
Fix error on sourcing env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryEndeavours committed Sep 5, 2024
1 parent 856a67f commit bfdae64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run:
name: "Publish Release on GitHub"
command: |
sudo bash source env.sh
source ./env.sh
VERSION=$(date +'%Y%m%d')
body='![Downloads](https://img.shields.io/github/downloads/CIRCLE_PROJECT_USERNAME/CIRCLE_PROJECT_REPONAME/VERSION/total)<br>Rootfs ver. ROOTFS<br>Launcher ver. LNCR_BLD</br>'
body="${body/ROOTFS/${ROOTFS_VER}}"
Expand Down

0 comments on commit bfdae64

Please sign in to comment.