Skip to content

Commit

Permalink
github: build-dev: fix sed command quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Oct 3, 2024
1 parent dd53bfb commit bbdf23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
repo init -u https://github.com/commontorizon/commontorizon-manifest.git -b ${{ env.BRANCH }} -m torizoncore/${{ env.MANIFEST }}
repo sync
MACHINE=${{ env.MACHINE }} EULA=1 source setup-environment
sed -i '/TDX_IMAGE = ".*"/c\TDX_IMAGE = "torizon-core-common-docker-dev" conf/local.conf
sed -i '/TDX_IMAGE = ".*"/c\TDX_IMAGE = "torizon-core-common-docker-dev"' conf/local.conf
sed -i '/#TDX_DEBUG ?= "0"/c\TDX_DEBUG = "1"' conf/local.conf
bitbake torizon-core-common-docker-dev
- name: Create tar archive of artifacts
Expand Down

0 comments on commit bbdf23f

Please sign in to comment.