Skip to content

Commit

Permalink
use intendation
Browse files Browse the repository at this point in the history
  • Loading branch information
seblum committed Aug 12, 2024
1 parent d0f6a08 commit 1b31351
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CD_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,7 @@ jobs:
-
name: Update Version in pyproject.toml
run: |
echo ${{ github.workspace }}
cd .github/workflows/
echo $(ls)
sed -i "s/^ DOCKER_IMAGE: \" octivbooker:.*\"/DOCKER_IMAGE: \"octivbooker:v${{ env.TAG_VERSION }}\"/" run-on-schedule.yml
sed -i "s/^ DOCKER_IMAGE: \"octivbooker:.*\"/ DOCKER_IMAGE: \"octivbooker:v${{ env.TAG_VERSION }}\"/" .github/workflows/run-on-schedule.yml
-
name: Verify Update
run: cat .github/workflows/run-on-schedule.yml
Expand Down

0 comments on commit 1b31351

Please sign in to comment.