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

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp committed Oct 25, 2023
1 parent 555baca commit 98bd1f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tasks:
desc: "Unregister RHEL subscription"
cmds:
- cmd: |
docker run -it --rm \
docker run --rm \
--env SMDEV_CONTAINER_OFF=true \
--mount="type=bind,src={{.TASKFILE_DIR}}/secrets/entitlement,dst=/etc/pki/entitlement" \
--mount="type=bind,src={{.TASKFILE_DIR}}/secrets/consumer,dst=/etc/pki/consumer" \
Expand All @@ -65,7 +65,7 @@ tasks:
- "build/cache"
cmd: mkdir -p {{ .ITEM }}
- cmd: |
docker run -it --rm \
docker run --rm \
--env SMDEV_CONTAINER_OFF=true \
--mount="type=bind,src={{.TASKFILE_DIR}}/secrets/entitlement,dst=/etc/pki/entitlement" \
--mount="type=bind,src={{.TASKFILE_DIR}}/secrets/consumer,dst=/etc/pki/consumer" \
Expand Down

0 comments on commit 98bd1f1

Please sign in to comment.