Skip to content

Commit

Permalink
Update full-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-rs authored Feb 11, 2025
1 parent 4a51714 commit d46d348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/full-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ stages:
then
git checkout master
chmod -R a+rw .
sed -i 's/release: ".*"/release: '"$TAG"'/g' assemblyline/values.yaml
sed -i 's/release: .*/release: '"$TAG"'/g' assemblyline/values.yaml
git add .
git config --global user.email "[email protected]"
git config --global user.name "Azure Pipeline"
Expand Down

0 comments on commit d46d348

Please sign in to comment.